GetVehicleDoorLocation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
(One intermediate revision 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 ==

Latest revision as of 17:44, 27 August 2020