mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-25 15:05:22 +00:00
Add get_base_editor to ScriptEditorBase
This commit is contained in:
@@ -320,6 +320,8 @@ public:
|
||||
virtual bool can_lose_focus_on_node_selection() override { return false; }
|
||||
virtual void validate() override;
|
||||
|
||||
virtual Control *get_base_editor() const override;
|
||||
|
||||
static void register_editor();
|
||||
|
||||
static void free_clipboard();
|
||||
|
||||
Reference in New Issue
Block a user