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:
commit
6e9be55ee2
9 changed files with 65 additions and 50 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue