summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2017-05-28 15:20:38 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2017-05-29 12:56:33 +0100
commita4e222ae7106ec56db88f5a64bb72b5e4ba1e792 (patch)
treebad0a977b3abecb8caac4f3931c40deb62c8f4c9 /editor/plugins/script_text_editor.h
parentef66f8451ca7b5b98628924231a92e558930c53e (diff)
Added members overview
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r--editor/plugins/script_text_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h
index fdae03949c..ba40645161 100644
--- a/editor/plugins/script_text_editor.h
+++ b/editor/plugins/script_text_editor.h
@@ -149,6 +149,8 @@ public:
virtual void add_callback(const String &p_function, PoolStringArray p_args);
virtual void update_settings();
+ virtual bool show_members_overview();
+
virtual void set_tooltip_request_func(String p_method, Object *p_obj);
virtual void set_debugger_active(bool p_active);