-Ability to roll-back script-exported properties to their default value on the script, closes #2128

This commit is contained in:
Juan Linietsky
2016-01-02 20:17:31 -03:00
parent 61745855d0
commit 1597082c85
7 changed files with 160 additions and 49 deletions

View File

@ -411,6 +411,7 @@ public:
//argsVariant call()
bool operator==(const Variant& p_variant) const;
bool operator!=(const Variant& p_variant) const;
bool operator<(const Variant& p_variant) const;
uint32_t hash() const;