Forráskód Böngészése

Added minimal documentation for _get_configuration_warning method

(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8)
Hasan Yusuf Ahmed 6 éve
szülő
commit
8e652a1400
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      doc/classes/Node.xml

+ 2 - 0
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">