mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Deprecate get_scene() in EditorScript class
This commit is contained in:
committed by
Robert Yevdokimov
parent
5950fca36c
commit
292772a143
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user