mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
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:
parent
e4ec59b6ae
commit
097f47f064
4 changed files with 27 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue