GetVehicleRightVector: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleRightVector(vehicle)}} {{FuncParameters}} {{FuncParam|vehicle|__EDIT_ME__}} {{FuncRetur...")
 
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|GetVehicleRightVector(vehicle)}}
{{FuncSyntax|GetVehicleRightVector(vehicle)}}


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


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


== Example ==
== Example ==

Latest revision as of 10:41, 1 September 2020

GetVehicleRightVector

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the normalized right vector.

Syntax

GetVehicleRightVector(vehicle)

Parameters

  • vehicle
    The vehicle identifier.

Return Value

  • Returns 3 float values, X, Y and Z

Example

__EDIT_ME__

See also

__EDIT_ME__