Tool Mode for Visualscript

Add the ability to VisualScript to function in Tool mode aka the Editor itself similar to GDScript or Mono
This commit is contained in:
Swarnim Arun 2019-07-27 01:30:23 +05:30
parent e4ec59b6ae
commit 097f47f064
No known key found for this signature in database
GPG key ID: A110DB7473A8E5A9
4 changed files with 27 additions and 2 deletions

View file

@ -186,6 +186,7 @@ class VisualScriptEditor : public ScriptEditorBase {
void _node_filter_changed(const String &p_text);
void _change_base_type_callback();
void _change_base_type();
void _toggle_tool_script();
void _member_selected();
void _member_edited();