VS: Give the generic search the current base type.

This commit is contained in:
K. S. Ernest (iFire) Lee 2019-05-01 08:27:22 -07:00
parent 4e6420b5a8
commit 432460a355
2 changed files with 4 additions and 5 deletions

View file

@ -212,7 +212,7 @@ class VisualScriptEditor : public ScriptEditorBase {
void _input(const Ref<InputEvent> &p_event);
void _generic_search();
void _generic_search(String p_base_type = "");
void _members_gui_input(const Ref<InputEvent> &p_event);
void _on_nodes_delete();