aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-08-08 01:21:22 -0300
committerJuan Linietsky2016-08-08 01:21:22 -0300
commit9865650b43c2a924f5e3ed4ffdaac56c87328756 (patch)
treef32bb974d4ea39076d830f07ad163da8cae42b68 /modules/gdscript/gd_script.h
parentcfbdeeffec74f9c8c8d7ddac9b31eb32c85ddf89 (diff)
downloadgodot-9865650b43c2a924f5e3ed4ffdaac56c87328756.tar.gz
godot-9865650b43c2a924f5e3ed4ffdaac56c87328756.tar.zst
godot-9865650b43c2a924f5e3ed4ffdaac56c87328756.zip
Diffstat (limited to 'modules/gdscript/gd_script.h')
-rw-r--r--modules/gdscript/gd_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h
index 3634eb796..28a0df1ef 100644
--- a/modules/gdscript/gd_script.h
+++ b/modules/gdscript/gd_script.h
@@ -182,6 +182,8 @@ public:
bool get_property_default_value(const StringName& p_property,Variant& r_value) const;
virtual void get_method_list(List<MethodInfo> *p_list) const;
+ virtual bool has_method(const StringName& p_method) const;
+ virtual MethodInfo get_method_info(const StringName& p_method) const;
virtual ScriptLanguage *get_language() const;