summaryrefslogtreecommitdiffstats
path: root/script/gdscript/gd_script.h
diff options
context:
space:
mode:
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 bb9beaaf56..70dec4e8ee 100644
--- a/script/gdscript/gd_script.h
+++ b/script/gdscript/gd_script.h
@@ -440,6 +440,8 @@ public:
virtual void frame();
virtual void get_public_functions(List<MethodInfo> *p_functions) const;
+ virtual void get_public_constants(List<Pair<String,Variant> > *p_constants) const;
+
/* LOADER FUNCTIONS */
virtual void get_recognized_extensions(List<String> *p_extensions) const;