Native referenceFiveM

IS_POINT_ON_ROAD

0x125BF4ABFC536B09 PATHFIND
FUNCTION SIGNATURE
BOOL IS_POINT_ON_ROAD(float x, float y, float z, Vehicle vehicle);
Property Value
Native Name IS_POINT_ON_ROAD
Hash 0x125BF4ABFC536B09
Return Type BOOL
Parameters x (float), y (float), z (float), vehicle (Vehicle)

Description: ``` Gets a value indicating whether the specified position is on a road.
The vehicle parameter is not implemented (ignored).

Back to PATHFIND