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:
Thaddeus Crews 2025-08-20 12:07:17 -05:00
commit 048460b8d5
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
2 changed files with 2 additions and 2 deletions

View file

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