diff options
author | Will Nations <willnationsdev@gmail.com> | 2017-12-06 17:28:40 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2017-12-06 17:29:23 -0600 |
commit | 2b59d30bdc3a9da6f8294f479d3f1ae230fa77b3 (patch) | |
tree | a62c80da4c9066186764b0415137612e1a4c4cc3 | |
parent | d6a02e202212c8dfc77a1ccd891bf084d9f187cf (diff) |
[DOCS] EditorScript methods
-rw-r--r-- | doc/classes/EditorScript.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index fcc297a1e8..97f126e7f7 100644 --- a/doc/classes/EditorScript.xml +++ b/doc/classes/EditorScript.xml @@ -9,7 +9,7 @@ [codeblock] tool extends EditorScript - + func _run(): print("Hello from the Godot Editor!") [/codeblock] @@ -33,6 +33,8 @@ <argument index="0" name="node" type="Node"> </argument> <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> </method> <method name="get_editor_interface"> |