_NAVMESH_REQUESTED_QUERY_STATUS
Returns eNavMeshQueryStatus enum eNavMeshQueryStatus { QS_NOT_FOUND, QS_COMPLETE, QS_PENDING }; It appears that the pending state of 2 is at least also used when cleaning up a request (_NAVMESH_CLEAR_REQUESTED_PATH) or if a request never completes. Eventually queries are invalidated and return 0. Old name: _NAVMESH_QUERY_STATUS
PATHFINDBuild 1207
Signature
lua
NavmeshRequestedQueryStatus(0)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| int | — |
Usage
lua
NavmeshRequestedQueryStatus(0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
