Native referenceRedM

DECOR_REMOVE

0x2BA7F5877A088A1D DECORATOR
FUNCTION SIGNATURE
BOOL DECOR_REMOVE(`entity` (Entity), `propertyName` (const char*));
Property Value
Native Name DECOR_REMOVE
Hash 0x2BA7F5877A088A1D
Return Type BOOL
Build 1207
Parameters entity (Entity), propertyName (const char*)

Parameters

  • entity (Entity)
  • propertyName (const char*)

Usage

Lua (Direct):

local result = DecorRemove(entity, propertyName)

Lua (Hash):

local result = Citizen.InvokeNative(0x2BA7F5877A088A1D, entity, propertyName)

Back to DECORATOR