Native referenceRedM

_DOES_TEXT_BLOCK_EXIST

0x2C729F2B94CEA911 HUD
FUNCTION SIGNATURE
BOOL _DOES_TEXT_BLOCK_EXIST(`textDatabase` (const char*));
Property Value
Native Name _DOES_TEXT_BLOCK_EXIST
Hash 0x2C729F2B94CEA911
Return Type BOOL
Build 1207
Parameters textDatabase (const char*)

Parameters

  • textDatabase (const char*)

Usage

Lua (Direct):

local result = DoesTextBlockExist(textDatabase)

Lua (Hash):

local result = Citizen.InvokeNative(0x2C729F2B94CEA911, textDatabase)

Back to HUD