DECORATOR

DECORATOR = {
    DECOR_SET_TIME=function(entity,propertyName,timestamp)return n_invoker.invoke_bool(0x95AED7B8E39ECAA4,entity,propertyName,timestamp);
    DECOR_SET_BOOL=function(entity,propertyName,value)return n_invoker.invoke_bool(0x6B1E8E2ED1335B71,entity,propertyName,value);
    DECOR_SET_FLOAT=function(entity,propertyName,value)return n_invoker.invoke_bool(0x211AB1DD8D0F363A,entity,propertyName,value);
    DECOR_SET_INT=function(entity,propertyName,value)return n_invoker.invoke_bool(0x0CE3AA5E1CA19E10,entity,propertyName,value);
    DECOR_GET_BOOL=function(entity,propertyName)return n_invoker.invoke_bool(0xDACE671663F2F5DB,entity,propertyName);
    DECOR_GET_FLOAT=function(entity,propertyName)return n_invoker.invoke_float(0x6524A2F114706F43,entity,propertyName);
    DECOR_GET_INT=function(entity,propertyName)return n_invoker.invoke_int(0xA06C969B02A97298,entity,propertyName);
    DECOR_EXIST_ON=function(entity,propertyName)return n_invoker.invoke_bool(0x05661B80A8C9165F,entity,propertyName);
    DECOR_REMOVE=function(entity,propertyName)return n_invoker.invoke_bool(0x00EE9F297C738720,entity,propertyName);
    DECOR_REGISTER=function(propertyName,type)return n_invoker.invoke_void(0x9FD90732F56403CE,propertyName,type);
    DECOR_IS_REGISTERED_AS_TYPE=function(propertyName,type)return n_invoker.invoke_bool(0x4F14F9F870D6FBC8,propertyName,type);
    DECOR_REGISTER_LOCK=function()return n_invoker.invoke_void(0xA9D14EEA259F9248);
};

Last updated