Native referenceFiveM

DECOR_REGISTER

0x9FD90732F56403CE DECORATOR
FUNCTION SIGNATURE
void DECOR_REGISTER(char* propertyName, int type);
Property Value
Native Name DECOR_REGISTER
Hash 0x9FD90732F56403CE
Return Type void
Parameters propertyName (char*), type (int)

Description: ```cpp enum eDecorType { DECOR_TYPE_FLOAT = 1, DECOR_TYPE_BOOL = 2, DECOR_TYPE_INT = 3, DECOR_TYPE_STRING = 4, DECOR_TYPE_TIME = 5 };

Back to DECORATOR