Native referenceRedM

ARE_NODES_LOADED_FOR_AREA

0xF7B79A50B905A30D PATHFIND
FUNCTION SIGNATURE
BOOL ARE_NODES_LOADED_FOR_AREA(float x1, float y1, float x2, float y2);
Property Value
Native Name ARE_NODES_LOADED_FOR_AREA
Hash 0xF7B79A50B905A30D
Return Type BOOL
Build 1207
Parameters x1 (float), y1 (float), x2 (float), y2 (float)

Usage

Lua (Direct):

local result = AreNodesLoadedForArea(x1, y1, x2, y2)

Lua (Hash):

local result = Citizen.InvokeNative(0xF7B79A50B905A30D, x1, y1, x2, y2)
Back to PATHFIND