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| | {{FuncDescription|Gets the normalized right vector.}} | ||
{{FuncSyntax|GetPlayerRightVector(player)}} | {{FuncSyntax|GetPlayerRightVector(player)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns 3 float values, X, Y and Z}} | ||
== Example == | == Example == |
Latest revision as of 10:40, 1 September 2020
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__