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|__EDIT_ME__}}
{{FuncDescription|Stop the camera shake of the client.}}


{{FuncSyntax|StopCameraShake( [, bImmediate])}}
{{FuncSyntax|StopCameraShake( [, bImmediate])}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam||__EDIT_ME__}}
{{FuncParamOptional|bImmediate|The boolean status to whether end the shake immediately or gradually.}}
{{FuncParamOptional|bImmediate|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function returns nothing.}}


== Example ==
== Example ==
Line 15: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[StartCameraShake]]

Revision as of 10:08, 19 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

__EDIT_ME__

See also