Native referenceRedM

_NAVMESH_DOES_SWAP_EXIST

0x495CFAB2924237C7 PATHFIND
FUNCTION SIGNATURE
BOOL _NAVMESH_DOES_SWAP_EXIST(`name` (char*));
Property Value
Native Name _NAVMESH_DOES_SWAP_EXIST
Hash 0x495CFAB2924237C7
Return Type BOOL
Build 1207
Parameters name (char*)

Parameters

  • name (char*)

Usage

Lua (Direct):

local result = NavmeshDoesSwapExist(name)

Lua (Hash):

local result = Citizen.InvokeNative(0x495CFAB2924237C7, name)

Back to PATHFIND