GetVehicleDoorLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleDoorLocation(vehicle, door)}} {{FuncParameters}} {{FuncParam|vehicle|__EDIT_ME__}} {{Fun...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Get the specified door enter location of the vehicle. This is where the player has to stand in order to enter 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 coordinates.}}


== Example ==
== Example ==
Line 15: Line 15:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{VehicleFunctions}}

Latest revision as of 17:44, 27 August 2020