StopCameraShake: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
StopCameraShake(false) | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:CameraShakeFunctions}} |
Revision as of 13:23, 20 November 2019
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)