Native referenceRedM

DECOR_REGISTER

0x0B253D644E3C36B3 DECORATOR
FUNCTION SIGNATURE
void DECOR_REGISTER(`propertyName` (const char*), `type` (int));
Property Value
Native Name DECOR_REGISTER
Hash 0x0B253D644E3C36B3
Return Type void
Build 1207
Parameters propertyName (const char*), type (int)

Parameters

  • propertyName (const char*)
  • type (int)

Usage

Lua (Direct):

DecorRegister(propertyName, type)

Lua (Hash):

Citizen.InvokeNative(0x0B253D644E3C36B3, propertyName, type)

Back to DECORATOR