Native referenceFiveM

LOAD_ALL_PATH_NODES

0x80E4A6EDDB0BE8D9 PATHFIND
FUNCTION SIGNATURE
BOOL LOAD_ALL_PATH_NODES(BOOL keepInMemory);
Property Value
Native Name LOAD_ALL_PATH_NODES
Hash 0x80E4A6EDDB0BE8D9
Return Type BOOL
Parameters keepInMemory (BOOL)

Description: ``` This native has been removed in v1180.


### Parameters
- **`keepInMemory`** (`BOOL`) — if true, all path nodes will be loaded and be kept in memory; otherwise, all path nodes will be loaded, but unloaded as the game sees fit.
Back to PATHFIND