aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-08-02 19:11:05 -0300
committerJuan Linietsky2016-08-02 19:11:05 -0300
commitad313097ebcb2a0c02c956fdf74a6610c3f7c9a8 (patch)
tree2c02ecaaa80bfdcf01e4061f27b808e748cdc580 /core/script_language.h
parent221cb58382ae34d4f91d9923fd979a328feabace (diff)
downloadgodot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.tar.gz
godot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.tar.zst
godot-ad313097ebcb2a0c02c956fdf74a6610c3f7c9a8.zip
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 6d75b83aa..499dbe14a 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -110,6 +110,7 @@ public:
virtual bool get_property_default_value(const StringName& p_property,Variant& r_value) const=0;
virtual void update_exports() {} //editor tool
+ virtual void get_method_list(List<MethodInfo> *p_list) const=0;
Script() {}