GetPlayerRightVector: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the normalized right vector.}}


{{FuncSyntax|GetPlayerRightVector(player)}}
{{FuncSyntax|GetPlayerRightVector(player)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|player|__EDIT_ME__}}
{{FuncParam|player|The player identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns 3 float values, X, Y and Z}}


== Example ==
== Example ==

Latest revision as of 10:40, 1 September 2020

GetPlayerRightVector

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the normalized right vector.

Syntax

GetPlayerRightVector(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns 3 float values, X, Y and Z

Example

__EDIT_ME__

See also

__EDIT_ME__