GetVehicleBoneLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Returns the location of a vehicle bone/socket.}} {{FuncSyntax|GetVehicleBoneLocation(vehicle, BoneName[, BoneSpace])}} {{Func..." |
(No difference)
|
Revision as of 13:50, 20 October 2019
Description
Returns the location of a vehicle bone/socket.
Syntax
GetVehicleBoneLocation(vehicle, BoneName[, BoneSpace])
Parameters
- vehicle
The vehicle identifier. - BoneName
The bone name as string. - WorldSpace, 2 = LocalSpace. (optional)
{{{2}}}
Return Value
- Returns the location X, Y, Z.
Example
__EDIT_ME__
See also
__EDIT_ME__