Native referenceRedM

DECOR_GET_INT

0x44DB62727762FD9B DECORATOR
FUNCTION SIGNATURE
int DECOR_GET_INT(`entity` (Entity), `propertyName` (const char*));
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)

Back to DECORATOR