GetNthClosestVehicleNodeFavourDirection — FiveM Natives
0x45905BE8654AE067 · PATHFIND · all
`` See gtaforums.com/topic/843561-pathfind-node-types for node type info. 0 = paved road only, 1 = any road, 3 = water p10 always equal 0x40400000 p11 always equal 0 ``
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| desiredX | float |
| desiredY | float |
| desiredZ | float |
| nthClosest | int |
| outPosition | Vector3* |
| outHeading | float* |
| nodetype | int |
| p10 | float |
| p11 | Any |
Returns
BOOL