Expose edit_node() for editor plugins

This commit is contained in:
kobewi
2021-04-07 22:08:41 +02:00
parent 47aef8e8dc
commit 72014a7a2e
4 changed files with 16 additions and 0 deletions
+9
View File
@@ -10,6 +10,15 @@
<tutorials>
</tutorials>
<methods>
<method name="edit_node">
<return type="void">
</return>
<argument index="0" name="node" type="Node">
</argument>
<description>
Edits the given [Node]. The node will be also selected if it's inside the scene tree.
</description>
</method>
<method name="edit_resource">
<return type="void">
</return>