Native referenceRedM

DECOR_GET_BOOL

0xDEF3F1B071ABB197 DECORATOR
FUNCTION SIGNATURE
BOOL DECOR_GET_BOOL(`entity` (Entity), `propertyName` (const char*));
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)

Back to DECORATOR