Merge pull request #27304 from hasahmed/patch-1
Added minimal documentation for _get_configuration_warning method
This commit is contained in:
commit
a033640276
|
@ -42,6 +42,8 @@
|
||||||
<return type="String">
|
<return type="String">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="_input" qualifiers="virtual">
|
<method name="_input" qualifiers="virtual">
|
||||||
|
|
Loading…
Reference in New Issue