GetVehicleDoorLocation: 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|Get the specified door's location of the vehicle.}}


{{FuncSyntax|GetVehicleDoorLocation(vehicle, door)}}
{{FuncSyntax|GetVehicleDoorLocation(vehicle, door)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|vehicle|__EDIT_ME__}}
{{FuncParam|vehicle|The vehicle identifier}}
{{FuncParam|door|__EDIT_ME__}}
{{FuncParam|door|The vehicle door (1 is driver (top-left), 2 is top-right, 3 is bottom-left, and 4 is bottom-right.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function returns the XYZ vectors.}}


== Example ==
== Example ==

Revision as of 06:39, 27 February 2020