1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

-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

@@ -352,6 +352,8 @@ public:
Vector<uint8_t> get_as_byte_code() const;
bool get_property_default_value(const StringName& p_property,Variant& r_value) const;
virtual ScriptLanguage *get_language() const;
GDScript();