Native referenceFiveM

DECOR_EXIST_ON

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

Description: ``` Returns whether or not the specified property is set for the entity.

Back to DECORATOR