Native referenceFiveM

DECOR_SET_BOOL

0x6B1E8E2ED1335B71 DECORATOR
FUNCTION SIGNATURE
BOOL DECOR_SET_BOOL(Entity entity, char* propertyName, BOOL value);
Property Value
Native Name DECOR_SET_BOOL
Hash 0x6B1E8E2ED1335B71
Return Type BOOL
Parameters entity (Entity), propertyName (char*), value (BOOL)

Description: ``` This function sets metadata of type bool to specified entity.

Back to DECORATOR