_NAVMESH_REQUESTED_PATH_WAYPOINT_BY_INDEX
Returns a vector3 waypoint at the specified index for a path. Use _NAVMESH_REQUESTED_PATH_NUM_WAYPOINTS to get available indexes.
PATHFINDBuild 1207
Signature
lua
NavmeshRequestedPathWaypointByIndex(0, 0)
-- returns Vector3Parameters
| Name | Type | Description |
|---|---|---|
| int | — | |
| int | — |
Usage
lua
NavmeshRequestedPathWaypointByIndex(0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
