diff options
| author | Juan Linietsky | 2016-08-23 19:29:07 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-08-23 19:29:07 -0300 |
| commit | ad8f208bdbcd9d3334c4d57d2e5554dfdb3a36d0 (patch) | |
| tree | 7724895bd5694ac68e121e35b7f89824e9b61906 /modules/gdscript/gd_script.h | |
| parent | 965fcf5996c734507fe548331597097e06b69ce2 (diff) | |
| download | godot-ad8f208bdbcd9d3334c4d57d2e5554dfdb3a36d0.tar.gz godot-ad8f208bdbcd9d3334c4d57d2e5554dfdb3a36d0.tar.zst godot-ad8f208bdbcd9d3334c4d57d2e5554dfdb3a36d0.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index 8ec11c1e3..856211b2f 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -186,6 +186,9 @@ public: virtual bool has_method(const StringName& p_method) const; virtual MethodInfo get_method_info(const StringName& p_method) const; + virtual void get_script_property_list(List<PropertyInfo> *p_list) const; + + virtual ScriptLanguage *get_language() const; GDScript(); |
