Merge pull request #100104 from bruvzg/ts_data_in_template

[Export] Allow using ICU data from export templates instead of editor embedded data.
This commit is contained in:
Rémi Verschelde 2025-01-07 10:14:34 +01:00
commit 6e9be55ee2
No known key found for this signature in database
GPG key ID: C3336907360768E1
9 changed files with 65 additions and 50 deletions

View file

@ -125,8 +125,10 @@
Returns array of core file names that always should be exported regardless of preset config.
</description>
</method>
<method name="get_internal_export_files" qualifiers="static">
<method name="get_internal_export_files">
<return type="Dictionary" />
<param index="0" name="preset" type="EditorExportPreset" />
<param index="1" name="debug" type="bool" />
<description>
Returns additional files that should always be exported regardless of preset configuration, and are not part of the project source. The returned [Dictionary] contains filename keys ([String]) and their corresponding raw data ([PackedByteArray]).
</description>