Export preset configuration. Instances of EditorExportPreset by editor UI and intended to be used a read-only configuration passed to the EditorExportPlatform methods when exporting the project.
EXPORT_ALL_RESOURCES = 0
There is currently no description for this enum. Please help us by contributing one!
EXPORT_SELECTED_SCENES = 1
There is currently no description for this enum. Please help us by contributing one!
EXPORT_SELECTED_RESOURCES = 2
There is currently no description for this enum. Please help us by contributing one!
EXCLUDE_SELECTED_RESOURCES = 3
There is currently no description for this enum. Please help us by contributing one!
EXPORT_CUSTOMIZED = 4
There is currently no description for this enum. Please help us by contributing one!
MODE_FILE_NOT_CUSTOMIZED = 0
There is currently no description for this enum. Please help us by contributing one!
MODE_FILE_STRIP = 1
There is currently no description for this enum. Please help us by contributing one!
MODE_FILE_KEEP = 2
There is currently no description for this enum. Please help us by contributing one!
MODE_FILE_REMOVE = 3
There is currently no description for this enum. Please help us by contributing one!
MODE_SCRIPT_TEXT = 0
There is currently no description for this enum. Please help us by contributing one!
MODE_SCRIPT_BINARY_TOKENS = 1
There is currently no description for this enum. Please help us by contributing one!
MODE_SCRIPT_BINARY_TOKENS_COMPRESSED = 2
There is currently no description for this enum. Please help us by contributing one!
Returns true
, is "Advanced" toggle is enabled in the export dialog.
Returns string with a comma separated list of custom features.
Returns Dictionary of files selected in the "Resources" tab of the export dialog. Dictionary keys are file names and values are export mode - "strip
, "keep"
, or "remove"
. See also get_file_export_mode().
Returns number of files selected in the "Resources" tab of the export dialog.
Returns true
, PCK directory encryption is enabled in the export dialog.
Returns true
, PCK encryption is enabled in the export dialog.
Returns file filters to exclude during PCK encryption.
Returns file filters to include during PCK encryption.
Returns PCK encryption key.
Returns file filters to exclude during export.
Returns export file filter mode selected in the "Resources" tab of the export dialog.
Returns export target path.
Returns file export mode for the specified file.
Returns array of files to export.
Returns file filters to include during export.
Returns export option value or value of environment variable if it is set.
Returns the list of packs on which to base a patch export on.
Returns export preset name.
Returns script export mode.
Returns the preset's version number, or fall back to the ProjectSettings.application/config/version project setting if set to an empty string.
If windows_version
is true
, formats the returned version number to be compatible with Windows executable metadata.
Returns true
if preset has specified property.
Returns true
if specified file is exported.
Returns true
if dedicated server export mode is selected in the export dialog.
Returns true
if "Runnable" toggle is enabled in the export dialog.