mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Add get_base_editor to ScriptEditorBase
This commit is contained in:
parent
a3dd18b12e
commit
2b30728ebf
9 changed files with 29 additions and 0 deletions
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue