GetVehicleNodePosition — FiveM Natives
0x703123E5E7D429C2 · PATHFIND · all
`` Calling this with an invalid node id, will crash the game. Note that IS_VEHICLE_NODE_ID_VALID simply checks if nodeId is not zero. It does not actually ensure that the id is valid. Eg. IS_VEHICLE_NODE_ID_VALID(1) will return true, but will crash when calling GET_VEHICLE_NODE_POSITION(). ``
Parameters
| Name | Type |
|---|---|
| nodeId | int |
| outPosition | Vector3* |
Returns
void