Merge pull request #27304 from hasahmed/patch-1

Added minimal documentation for _get_configuration_warning method
This commit is contained in:
Rémi Verschelde 2019-04-12 12:47:54 +02:00 committed by GitHub
commit a033640276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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">