| Property | Value |
|---|---|
| Native Name | _TEXT_BLOCK_IS_STREAMED |
| Hash | 0x3CF96E16265B7DC8 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | textBlock (const char*) |
Parameters
textBlock(const char*)
Usage
Lua (Direct):
local result = TextBlockIsStreamed(textBlock)
Lua (Hash):
local result = Citizen.InvokeNative(0x3CF96E16265B7DC8, textBlock)