| 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)