1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add get_base_editor to ScriptEditorBase

This commit is contained in:
sent44
2021-05-14 02:50:25 +07:00
parent a3dd18b12e
commit 2b30728ebf
9 changed files with 29 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ public:
virtual void clear_edit_menu() override;
static void register_editor();
virtual Control *get_base_editor() const override;
virtual void validate() override;
ScriptTextEditor();