mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue