mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-03 10:09:19 +03:00
Add get_base_editor to ScriptEditorBase
This commit is contained in:
@@ -2710,6 +2710,10 @@ void VisualScriptEditor::set_debugger_active(bool p_active) {
|
||||
}
|
||||
}
|
||||
|
||||
Control *VisualScriptEditor::get_base_editor() const {
|
||||
return graph;
|
||||
}
|
||||
|
||||
void VisualScriptEditor::set_tooltip_request_func(String p_method, Object *p_obj) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user