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