| Property | Value |
|---|---|
| Native Name | DECOR_GET_BOOL |
| Hash | 0xDEF3F1B071ABB197 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | entity (Entity), propertyName (const char*) |
Parameters
entity(Entity)propertyName(const char*)
Usage
Lua (Direct):
local result = DecorGetBool(entity, propertyName)
Lua (Hash):
local result = Citizen.InvokeNative(0xDEF3F1B071ABB197, entity, propertyName)