SetPlayerRotationRate: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetPlayerRotationRate(RotationRate)}} {{FuncParameters}} {{FuncParam|RotationRate|__EDIT_ME__}} {...")
 
m (minor adjustment)
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Sets the speed of the players rotation.}}


{{FuncSyntax|SetPlayerRotationRate(RotationRate)}}
{{FuncSyntax|SetPlayerRotationRate(RotationRate)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|RotationRate|__EDIT_ME__}}
{{FuncParam|RotationRate|Float value between -720.0 and 720.0}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|True on success}}


== Example ==
== Example ==

Latest revision as of 16:43, 22 December 2019

SetPlayerRotationRate

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the speed of the players rotation.

Syntax

SetPlayerRotationRate(RotationRate)

Parameters

  • RotationRate
    Float value between -720.0 and 720.0

Return Value

  • True on success

Example

__EDIT_ME__

See also

__EDIT_ME__