You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
VS: Give the generic search the current base type.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user