Description: Returns true if a path of waypoints was found. Waypoints can be retrieved with _NAVMESH_REQUESTED_PATH_NUM_WAYPOINTS and _NAVMESH_REQUESTED_PATH_WAYPOINT_BY_INDEX
| Property | Value |
|---|---|
| Native Name | _NAVMESH_REQUESTED_PATH_WAYPOINTS_FOUND |
| Hash | 0x8800776E410EB669 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | path (int) |
Parameters
path(int)
Usage
Lua (Direct):
local result = NavmeshRequestedPathWaypointsFound(path)
Lua (Hash):
local result = Citizen.InvokeNative(0x8800776E410EB669, path)