|
@@ -9,7 +9,7 @@
|
|
[codeblock]
|
|
[codeblock]
|
|
tool
|
|
tool
|
|
extends EditorScript
|
|
extends EditorScript
|
|
-
|
|
|
|
|
|
+
|
|
func _run():
|
|
func _run():
|
|
print("Hello from the Godot Editor!")
|
|
print("Hello from the Godot Editor!")
|
|
[/codeblock]
|
|
[/codeblock]
|
|
@@ -33,6 +33,8 @@
|
|
<argument index="0" name="node" type="Node">
|
|
<argument index="0" name="node" type="Node">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
|
|
+ Adds [code]node[/code] as a child of the root node in the editor context.
|
|
|
|
+ WARNING: The implementation of this method is currently disabled.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_editor_interface">
|
|
<method name="get_editor_interface">
|