mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
VS: Give the generic search the current base type.
This commit is contained in:
parent
4e6420b5a8
commit
432460a355
2 changed files with 4 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue