Relocate add_root_node method to EditorInterface from EditorScript and deprecate old method
This commit is contained in:
parent
8b2739ee55
commit
11a4961081
5 changed files with 38 additions and 25 deletions
|
|
@ -41,7 +41,7 @@
|
|||
This method is executed by the Editor when [b]File > Run[/b] is used.
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_root_node">
|
||||
<method name="add_root_node" deprecated="Use [method EditorInterface.add_root_node] instead.">
|
||||
<return type="void" />
|
||||
<param index="0" name="node" type="Node" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue