diff options
author | Hasan Yusuf Ahmed <hasanyusufahmed@gmail.com> | 2019-03-21 20:06:35 -0400 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-19 13:01:17 +0200 |
commit | 8e652a1400ee20b99cf4829e8b4883fe3f254d59 (patch) | |
tree | b063de4b4949a800182cc4ac7526dea06ee1fc5c /doc | |
parent | 8269ed9cdf4668d0824ec8a8dd770f5b12d7be82 (diff) |
Added minimal documentation for _get_configuration_warning method
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Node.xml | 2 |
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"> |