Browse Source

Merge pull request #27304 from hasahmed/patch-1

Added minimal documentation for _get_configuration_warning method
Rémi Verschelde 6 năm trước cách đây
mục cha
commit
a033640276
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      doc/classes/Node.xml

+ 2 - 0
doc/classes/Node.xml

@@ -42,6 +42,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">