StopCameraShake: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|StopCameraShake( [, bImmediate])}} {{FuncParameters}} {{FuncParam||__EDIT_ME__}} {{FuncParamOption..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Stop the camera shake of the client.}} | ||
{{FuncSyntax|StopCameraShake( [, bImmediate])}} | {{FuncSyntax|StopCameraShake( [, bImmediate])}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParamOptional|bImmediate|The boolean status to whether end the shake immediately or gradually.}} | |||
{{FuncParamOptional|bImmediate| | |||
{{FuncReturnValue| | {{FuncReturnValue|This function returns nothing.}} | ||
== Example == | == Example == | ||
Line 15: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[StartCameraShake]] |
Revision as of 10:08, 19 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
__EDIT_ME__