Native referenceRedM

_IS_GLOBAL_BLOCK_VALID

0xACB7E1418A8B6E32 MISC
FUNCTION SIGNATURE
BOOL _IS_GLOBAL_BLOCK_VALID(`index` (int));
Property Value
Native Name _IS_GLOBAL_BLOCK_VALID
Hash 0xACB7E1418A8B6E32
Return Type BOOL
Build 1207
Parameters index (int)

Parameters

  • index (int)

Usage

Lua (Direct):

local result = IsGlobalBlockValid(index)

Lua (Hash):

local result = Citizen.InvokeNative(0xACB7E1418A8B6E32, index)

Back to MISC