DECORATOR

bool DECOR_SET_TIME(Entity entity, string propertyName, int timestamp)
bool DECOR_SET_BOOL(Entity entity, string propertyName, bool value)
bool DECOR_SET_FLOAT(Entity entity, string propertyName, float value)
bool DECOR_SET_INT(Entity entity, string propertyName, int value)
bool DECOR_GET_BOOL(Entity entity, string propertyName)
float DECOR_GET_FLOAT(Entity entity, string propertyName)
int DECOR_GET_INT(Entity entity, string propertyName)
bool DECOR_EXIST_ON(Entity entity, string propertyName)
bool DECOR_REMOVE(Entity entity, string propertyName)
void DECOR_REGISTER(string propertyName, int type)

Last updated