From 2b59d30bdc3a9da6f8294f479d3f1ae230fa77b3 Mon Sep 17 00:00:00 2001 From: Will Nations Date: Wed, 6 Dec 2017 17:28:40 -0600 Subject: [PATCH] [DOCS] EditorScript methods --- doc/classes/EditorScript.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml index fcc297a1e8c..97f126e7f72 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 @@ + Adds [code]node[/code] as a child of the root node in the editor context. + WARNING: The implementation of this method is currently disabled.