diff options
| author | Nuno Donato | 2017-05-26 15:34:41 +0100 |
|---|---|---|
| committer | Nuno Donato | 2017-05-26 16:20:33 +0100 |
| commit | 7661cb5a624a93d45f9986e4677cac7d29057917 (patch) | |
| tree | 3929131575185a0e9d75823634d4c1c6c4ea5bed /editor/plugins/script_editor_plugin.h | |
| parent | ef66f8451ca7b5b98628924231a92e558930c53e (diff) | |
| download | godot-7661cb5a624a93d45f9986e4677cac7d29057917.tar.gz godot-7661cb5a624a93d45f9986e4677cac7d29057917.tar.zst godot-7661cb5a624a93d45f9986e4677cac7d29057917.zip | |
Added an help menu
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry.
Fixed #8921
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index fb2f10827..455a888f0 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -291,6 +291,7 @@ class ScriptEditor : public VBoxContainer { void _unhandled_input(const Ref<InputEvent> &p_event); void _help_search(String p_text); + void _help_index(String p_text); void _history_forward(); void _history_back(); |
