aboutsummaryrefslogtreecommitdiff
path: root/script/gdscript/gd_script.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-15 21:16:33 -0300
committerJuan Linietsky2014-02-15 21:16:33 -0300
commit8c1731b67995add31361ae526b0e6af76346181e (patch)
treef96080fdbb6e0f0f3fcc12bf10fc92928f0310cb /script/gdscript/gd_script.h
parent9afdb3e0ad5bfbdafe307212f5d4ebcc7c3ac852 (diff)
downloadgodot-8c1731b67995add31361ae526b0e6af76346181e.tar.gz
godot-8c1731b67995add31361ae526b0e6af76346181e.tar.zst
godot-8c1731b67995add31361ae526b0e6af76346181e.zip
Diffstat (limited to 'script/gdscript/gd_script.h')
-rw-r--r--script/gdscript/gd_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/gdscript/gd_script.h b/script/gdscript/gd_script.h
index d6f333f35..bb9beaaf5 100644
--- a/script/gdscript/gd_script.h
+++ b/script/gdscript/gd_script.h
@@ -219,6 +219,7 @@ friend class GDFunctions;
virtual void _placeholder_erased(PlaceHolderScriptInstance *p_placeholder);
#endif
+
protected:
bool _get(const StringName& p_name,Variant &r_ret) const;
bool _set(const StringName& p_name, const Variant& p_value);
@@ -392,6 +393,7 @@ public:
StringName _set;
StringName _get;
StringName _get_property_list;
+ StringName _script_source;
} strings;