StopCameraShake

From Onset Developer Wiki
Revision as of 13:23, 20 November 2019 by 28days (talk | contribs)
StopCameraShake

Type: Function
Context: Client
Introduced: v1.0

Description

Stop the camera shake of the client.

Syntax

StopCameraShake( [, bImmediate])

Parameters

  • bImmediate (optional)
    The boolean status to whether end the shake immediately or gradually.

Return Value

  • This function returns nothing.

Example

StopCameraShake(false)

See also