mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Deprecate get_scene() in EditorScript class
This commit is contained in:
parent
5950fca36c
commit
292772a143
3 changed files with 11 additions and 1 deletions
|
|
@ -47,7 +47,9 @@ protected:
|
|||
|
||||
public:
|
||||
void add_root_node(Node *p_node);
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
Node *get_scene() const;
|
||||
#endif // DISABLE_DEPRECATED
|
||||
EditorInterface *get_editor_interface() const;
|
||||
|
||||
virtual void run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue