mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use ScriptExportMode enum in EditorExportPreset
This commit is contained in:
parent
5f12ada7a4
commit
14ede94a76
8 changed files with 66 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue