Merge pull request #109662 from raulsntos/compat-get_forced_export_files
Add default param value to `EditorExportPlatform::get_forced_export_files`
This commit is contained in:
commit
048460b8d5
2 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@
|
|||
</method>
|
||||
<method name="get_forced_export_files" qualifiers="static">
|
||||
<return type="PackedStringArray" />
|
||||
<param index="0" name="preset" type="EditorExportPreset" />
|
||||
<param index="0" name="preset" type="EditorExportPreset" default="null" />
|
||||
<description>
|
||||
Returns array of core file names that always should be exported regardless of preset config.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue