You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00: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