Fix *even* more miscellaneous oddities around the class reference
This commit is contained in:
@ -36,13 +36,13 @@
|
||||
<method name="get_encrypt_directory" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code], PCK directory encryption is enabled in the export dialog.
|
||||
Returns [code]true[/code] if PCK directory encryption is enabled in the export dialog.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_encrypt_pck" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code], PCK encryption is enabled in the export dialog.
|
||||
Returns [code]true[/code] if PCK encryption is enabled in the export dialog.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_encryption_ex_filter" qualifiers="const">
|
||||
@ -140,7 +140,7 @@
|
||||
<return type="bool" />
|
||||
<param index="0" name="property" type="StringName" />
|
||||
<description>
|
||||
Returns [code]true[/code] if preset has specified property.
|
||||
Returns [code]true[/code] if the preset has the property named [param property].
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_export_file">
|
||||
|
||||
Reference in New Issue
Block a user