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|Get the specified door's location of the vehicle.}}
{{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)}}
Line 9: Line 9:
{{FuncParam|door|The vehicle door (1 is driver (top-left), 2 is top-right, 3 is bottom-left, and 4 is bottom-right.}}
{{FuncParam|door|The vehicle door (1 is driver (top-left), 2 is top-right, 3 is bottom-left, and 4 is bottom-right.}}


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


== Example ==
== Example ==

Latest revision as of 17:44, 27 August 2020