summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHasan Yusuf Ahmed <hasanyusufahmed@gmail.com>2019-03-21 20:06:35 -0400
committerRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-19 13:01:17 +0200
commit8e652a1400ee20b99cf4829e8b4883fe3f254d59 (patch)
treeb063de4b4949a800182cc4ac7526dea06ee1fc5c /doc
parent8269ed9cdf4668d0824ec8a8dd770f5b12d7be82 (diff)
Added minimal documentation for _get_configuration_warning method
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8)
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Node.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index b387e51c89..1fb2e7350f 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -40,6 +40,8 @@
<return type="String">
</return>
<description>
+ The string returned from this method is displayed as a warning in the "Scene Dock" if the script that overrides it is a [code]tool[/code] script.
+ Returning an empty string produces no warning.
</description>
</method>
<method name="_input" qualifiers="virtual">