1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #107167 from Mickeon/actually-use-script-export-mode-what-the-hell

Use ScriptExportMode enum in EditorExportPreset
This commit is contained in:
Rémi Verschelde
2025-12-03 09:49:27 +01:00
8 changed files with 66 additions and 11 deletions

View File

@@ -129,7 +129,7 @@
</description>
</method>
<method name="get_script_export_mode" qualifiers="const">
<return type="int" />
<return type="int" enum="EditorExportPreset.ScriptExportMode" />
<description>
Returns the export mode used by GDScript files. [code]0[/code] for "Text", [code]1[/code] for "Binary tokens", and [code]2[/code] for "Compressed binary tokens (smaller files)".
</description>