StopCameraShake: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 11: Line 11:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
StopCameraShake(false)
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
* [[StartCameraShake]]
{{Template:CameraShakeFunctions}}

Revision as of 13:23, 20 November 2019

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