[Export] Use project settings overrides with the target preset features instead of current platform features.

This commit is contained in:
bruvzg 2023-01-17 09:52:17 +02:00 committed by Pāvels Nadtočajevs
parent 4248411baf
commit c6739f64df
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
22 changed files with 251 additions and 123 deletions

View file

@ -114,6 +114,14 @@
[/codeblocks]
</description>
</method>
<method name="get_setting_with_override_and_custom_features" qualifiers="const">
<return type="Variant" />
<param index="0" name="name" type="StringName" />
<param index="1" name="features" type="PackedStringArray" />
<description>
Similar to [method get_setting_with_override], but applies feature tag overrides instead of current OS features.
</description>
</method>
<method name="globalize_path" qualifiers="const">
<return type="String" />
<param index="0" name="path" type="String" />