Native referenceRedM

TEXT_BLOCK_IS_LOADED

0xD0976CC34002DB57 HUD
FUNCTION SIGNATURE
BOOL TEXT_BLOCK_IS_LOADED(`textBlock` (const char*));
Property Value
Native Name TEXT_BLOCK_IS_LOADED
Hash 0xD0976CC34002DB57
Return Type BOOL
Build 1207
Parameters textBlock (const char*)

Parameters

  • textBlock (const char*)

Usage

Lua (Direct):

local result = TextBlockIsLoaded(textBlock)

Lua (Hash):

local result = Citizen.InvokeNative(0xD0976CC34002DB57, textBlock)

Back to HUD