You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user