class_editorexportpreset.rst 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPreset.xml.
  6. .. _class_EditorExportPreset:
  7. EditorExportPreset
  8. ==================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Export preset configuration.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. Export preset configuration. Instances of **EditorExportPreset** by editor UI and intended to be used a read-only configuration passed to the :ref:`EditorExportPlatform<class_EditorExportPlatform>` methods when exporting the project.
  15. .. rst-class:: classref-reftable-group
  16. Methods
  17. -------
  18. .. table::
  19. :widths: auto
  20. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`bool<class_bool>` | :ref:`are_advanced_options_enabled<class_EditorExportPreset_method_are_advanced_options_enabled>`\ (\ ) |const| |
  22. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`String<class_String>` | :ref:`get_custom_features<class_EditorExportPreset_method_get_custom_features>`\ (\ ) |const| |
  24. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_customized_files<class_EditorExportPreset_method_get_customized_files>`\ (\ ) |const| |
  26. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`int<class_int>` | :ref:`get_customized_files_count<class_EditorExportPreset_method_get_customized_files_count>`\ (\ ) |const| |
  28. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`bool<class_bool>` | :ref:`get_encrypt_directory<class_EditorExportPreset_method_get_encrypt_directory>`\ (\ ) |const| |
  30. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`bool<class_bool>` | :ref:`get_encrypt_pck<class_EditorExportPreset_method_get_encrypt_pck>`\ (\ ) |const| |
  32. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`String<class_String>` | :ref:`get_encryption_ex_filter<class_EditorExportPreset_method_get_encryption_ex_filter>`\ (\ ) |const| |
  34. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`String<class_String>` | :ref:`get_encryption_in_filter<class_EditorExportPreset_method_get_encryption_in_filter>`\ (\ ) |const| |
  36. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`String<class_String>` | :ref:`get_encryption_key<class_EditorExportPreset_method_get_encryption_key>`\ (\ ) |const| |
  38. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`get_exclude_filter<class_EditorExportPreset_method_get_exclude_filter>`\ (\ ) |const| |
  40. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` | :ref:`get_export_filter<class_EditorExportPreset_method_get_export_filter>`\ (\ ) |const| |
  42. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`get_export_path<class_EditorExportPreset_method_get_export_path>`\ (\ ) |const| |
  44. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` | :ref:`get_file_export_mode<class_EditorExportPreset_method_get_file_export_mode>`\ (\ path\: :ref:`String<class_String>`, default\: :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` = 0\ ) |const| |
  46. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`get_files_to_export<class_EditorExportPreset_method_get_files_to_export>`\ (\ ) |const| |
  48. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`String<class_String>` | :ref:`get_include_filter<class_EditorExportPreset_method_get_include_filter>`\ (\ ) |const| |
  50. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`Variant<class_Variant>` | :ref:`get_or_env<class_EditorExportPreset_method_get_or_env>`\ (\ name\: :ref:`StringName<class_StringName>`, env_var\: :ref:`String<class_String>`\ ) |const| |
  52. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`get_patches<class_EditorExportPreset_method_get_patches>`\ (\ ) |const| |
  54. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`String<class_String>` | :ref:`get_preset_name<class_EditorExportPreset_method_get_preset_name>`\ (\ ) |const| |
  56. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`int<class_int>` | :ref:`get_script_export_mode<class_EditorExportPreset_method_get_script_export_mode>`\ (\ ) |const| |
  58. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`String<class_String>` | :ref:`get_version<class_EditorExportPreset_method_get_version>`\ (\ name\: :ref:`StringName<class_StringName>`, windows_version\: :ref:`bool<class_bool>`\ ) |const| |
  60. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`bool<class_bool>` | :ref:`has<class_EditorExportPreset_method_has>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const| |
  62. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`bool<class_bool>` | :ref:`has_export_file<class_EditorExportPreset_method_has_export_file>`\ (\ path\: :ref:`String<class_String>`\ ) |
  64. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`bool<class_bool>` | :ref:`is_dedicated_server<class_EditorExportPreset_method_is_dedicated_server>`\ (\ ) |const| |
  66. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`bool<class_bool>` | :ref:`is_runnable<class_EditorExportPreset_method_is_runnable>`\ (\ ) |const| |
  68. +---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. .. rst-class:: classref-section-separator
  70. ----
  71. .. rst-class:: classref-descriptions-group
  72. Enumerations
  73. ------------
  74. .. _enum_EditorExportPreset_ExportFilter:
  75. .. rst-class:: classref-enumeration
  76. enum **ExportFilter**: :ref:`🔗<enum_EditorExportPreset_ExportFilter>`
  77. .. _class_EditorExportPreset_constant_EXPORT_ALL_RESOURCES:
  78. .. rst-class:: classref-enumeration-constant
  79. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **EXPORT_ALL_RESOURCES** = ``0``
  80. .. container:: contribute
  81. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  82. .. _class_EditorExportPreset_constant_EXPORT_SELECTED_SCENES:
  83. .. rst-class:: classref-enumeration-constant
  84. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **EXPORT_SELECTED_SCENES** = ``1``
  85. .. container:: contribute
  86. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  87. .. _class_EditorExportPreset_constant_EXPORT_SELECTED_RESOURCES:
  88. .. rst-class:: classref-enumeration-constant
  89. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **EXPORT_SELECTED_RESOURCES** = ``2``
  90. .. container:: contribute
  91. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  92. .. _class_EditorExportPreset_constant_EXCLUDE_SELECTED_RESOURCES:
  93. .. rst-class:: classref-enumeration-constant
  94. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **EXCLUDE_SELECTED_RESOURCES** = ``3``
  95. .. container:: contribute
  96. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  97. .. _class_EditorExportPreset_constant_EXPORT_CUSTOMIZED:
  98. .. rst-class:: classref-enumeration-constant
  99. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **EXPORT_CUSTOMIZED** = ``4``
  100. .. container:: contribute
  101. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  102. .. rst-class:: classref-item-separator
  103. ----
  104. .. _enum_EditorExportPreset_FileExportMode:
  105. .. rst-class:: classref-enumeration
  106. enum **FileExportMode**: :ref:`🔗<enum_EditorExportPreset_FileExportMode>`
  107. .. _class_EditorExportPreset_constant_MODE_FILE_NOT_CUSTOMIZED:
  108. .. rst-class:: classref-enumeration-constant
  109. :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` **MODE_FILE_NOT_CUSTOMIZED** = ``0``
  110. .. container:: contribute
  111. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  112. .. _class_EditorExportPreset_constant_MODE_FILE_STRIP:
  113. .. rst-class:: classref-enumeration-constant
  114. :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` **MODE_FILE_STRIP** = ``1``
  115. .. container:: contribute
  116. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  117. .. _class_EditorExportPreset_constant_MODE_FILE_KEEP:
  118. .. rst-class:: classref-enumeration-constant
  119. :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` **MODE_FILE_KEEP** = ``2``
  120. .. container:: contribute
  121. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  122. .. _class_EditorExportPreset_constant_MODE_FILE_REMOVE:
  123. .. rst-class:: classref-enumeration-constant
  124. :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` **MODE_FILE_REMOVE** = ``3``
  125. .. container:: contribute
  126. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  127. .. rst-class:: classref-item-separator
  128. ----
  129. .. _enum_EditorExportPreset_ScriptExportMode:
  130. .. rst-class:: classref-enumeration
  131. enum **ScriptExportMode**: :ref:`🔗<enum_EditorExportPreset_ScriptExportMode>`
  132. .. _class_EditorExportPreset_constant_MODE_SCRIPT_TEXT:
  133. .. rst-class:: classref-enumeration-constant
  134. :ref:`ScriptExportMode<enum_EditorExportPreset_ScriptExportMode>` **MODE_SCRIPT_TEXT** = ``0``
  135. .. container:: contribute
  136. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  137. .. _class_EditorExportPreset_constant_MODE_SCRIPT_BINARY_TOKENS:
  138. .. rst-class:: classref-enumeration-constant
  139. :ref:`ScriptExportMode<enum_EditorExportPreset_ScriptExportMode>` **MODE_SCRIPT_BINARY_TOKENS** = ``1``
  140. .. container:: contribute
  141. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  142. .. _class_EditorExportPreset_constant_MODE_SCRIPT_BINARY_TOKENS_COMPRESSED:
  143. .. rst-class:: classref-enumeration-constant
  144. :ref:`ScriptExportMode<enum_EditorExportPreset_ScriptExportMode>` **MODE_SCRIPT_BINARY_TOKENS_COMPRESSED** = ``2``
  145. .. container:: contribute
  146. There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  147. .. rst-class:: classref-section-separator
  148. ----
  149. .. rst-class:: classref-descriptions-group
  150. Method Descriptions
  151. -------------------
  152. .. _class_EditorExportPreset_method_are_advanced_options_enabled:
  153. .. rst-class:: classref-method
  154. :ref:`bool<class_bool>` **are_advanced_options_enabled**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_are_advanced_options_enabled>`
  155. Returns ``true``, is "Advanced" toggle is enabled in the export dialog.
  156. .. rst-class:: classref-item-separator
  157. ----
  158. .. _class_EditorExportPreset_method_get_custom_features:
  159. .. rst-class:: classref-method
  160. :ref:`String<class_String>` **get_custom_features**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_custom_features>`
  161. Returns string with a comma separated list of custom features.
  162. .. rst-class:: classref-item-separator
  163. ----
  164. .. _class_EditorExportPreset_method_get_customized_files:
  165. .. rst-class:: classref-method
  166. :ref:`Dictionary<class_Dictionary>` **get_customized_files**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_customized_files>`
  167. Returns :ref:`Dictionary<class_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 :ref:`get_file_export_mode<class_EditorExportPreset_method_get_file_export_mode>`.
  168. .. rst-class:: classref-item-separator
  169. ----
  170. .. _class_EditorExportPreset_method_get_customized_files_count:
  171. .. rst-class:: classref-method
  172. :ref:`int<class_int>` **get_customized_files_count**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_customized_files_count>`
  173. Returns number of files selected in the "Resources" tab of the export dialog.
  174. .. rst-class:: classref-item-separator
  175. ----
  176. .. _class_EditorExportPreset_method_get_encrypt_directory:
  177. .. rst-class:: classref-method
  178. :ref:`bool<class_bool>` **get_encrypt_directory**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_encrypt_directory>`
  179. Returns ``true``, PCK directory encryption is enabled in the export dialog.
  180. .. rst-class:: classref-item-separator
  181. ----
  182. .. _class_EditorExportPreset_method_get_encrypt_pck:
  183. .. rst-class:: classref-method
  184. :ref:`bool<class_bool>` **get_encrypt_pck**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_encrypt_pck>`
  185. Returns ``true``, PCK encryption is enabled in the export dialog.
  186. .. rst-class:: classref-item-separator
  187. ----
  188. .. _class_EditorExportPreset_method_get_encryption_ex_filter:
  189. .. rst-class:: classref-method
  190. :ref:`String<class_String>` **get_encryption_ex_filter**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_encryption_ex_filter>`
  191. Returns file filters to exclude during PCK encryption.
  192. .. rst-class:: classref-item-separator
  193. ----
  194. .. _class_EditorExportPreset_method_get_encryption_in_filter:
  195. .. rst-class:: classref-method
  196. :ref:`String<class_String>` **get_encryption_in_filter**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_encryption_in_filter>`
  197. Returns file filters to include during PCK encryption.
  198. .. rst-class:: classref-item-separator
  199. ----
  200. .. _class_EditorExportPreset_method_get_encryption_key:
  201. .. rst-class:: classref-method
  202. :ref:`String<class_String>` **get_encryption_key**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_encryption_key>`
  203. Returns PCK encryption key.
  204. .. rst-class:: classref-item-separator
  205. ----
  206. .. _class_EditorExportPreset_method_get_exclude_filter:
  207. .. rst-class:: classref-method
  208. :ref:`String<class_String>` **get_exclude_filter**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_exclude_filter>`
  209. Returns file filters to exclude during export.
  210. .. rst-class:: classref-item-separator
  211. ----
  212. .. _class_EditorExportPreset_method_get_export_filter:
  213. .. rst-class:: classref-method
  214. :ref:`ExportFilter<enum_EditorExportPreset_ExportFilter>` **get_export_filter**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_export_filter>`
  215. Returns export file filter mode selected in the "Resources" tab of the export dialog.
  216. .. rst-class:: classref-item-separator
  217. ----
  218. .. _class_EditorExportPreset_method_get_export_path:
  219. .. rst-class:: classref-method
  220. :ref:`String<class_String>` **get_export_path**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_export_path>`
  221. Returns export target path.
  222. .. rst-class:: classref-item-separator
  223. ----
  224. .. _class_EditorExportPreset_method_get_file_export_mode:
  225. .. rst-class:: classref-method
  226. :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` **get_file_export_mode**\ (\ path\: :ref:`String<class_String>`, default\: :ref:`FileExportMode<enum_EditorExportPreset_FileExportMode>` = 0\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_file_export_mode>`
  227. Returns file export mode for the specified file.
  228. .. rst-class:: classref-item-separator
  229. ----
  230. .. _class_EditorExportPreset_method_get_files_to_export:
  231. .. rst-class:: classref-method
  232. :ref:`PackedStringArray<class_PackedStringArray>` **get_files_to_export**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_files_to_export>`
  233. Returns array of files to export.
  234. .. rst-class:: classref-item-separator
  235. ----
  236. .. _class_EditorExportPreset_method_get_include_filter:
  237. .. rst-class:: classref-method
  238. :ref:`String<class_String>` **get_include_filter**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_include_filter>`
  239. Returns file filters to include during export.
  240. .. rst-class:: classref-item-separator
  241. ----
  242. .. _class_EditorExportPreset_method_get_or_env:
  243. .. rst-class:: classref-method
  244. :ref:`Variant<class_Variant>` **get_or_env**\ (\ name\: :ref:`StringName<class_StringName>`, env_var\: :ref:`String<class_String>`\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_or_env>`
  245. Returns export option value or value of environment variable if it is set.
  246. .. rst-class:: classref-item-separator
  247. ----
  248. .. _class_EditorExportPreset_method_get_patches:
  249. .. rst-class:: classref-method
  250. :ref:`PackedStringArray<class_PackedStringArray>` **get_patches**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_patches>`
  251. Returns the list of packs on which to base a patch export on.
  252. .. rst-class:: classref-item-separator
  253. ----
  254. .. _class_EditorExportPreset_method_get_preset_name:
  255. .. rst-class:: classref-method
  256. :ref:`String<class_String>` **get_preset_name**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_preset_name>`
  257. Returns export preset name.
  258. .. rst-class:: classref-item-separator
  259. ----
  260. .. _class_EditorExportPreset_method_get_script_export_mode:
  261. .. rst-class:: classref-method
  262. :ref:`int<class_int>` **get_script_export_mode**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_script_export_mode>`
  263. Returns script export mode.
  264. .. rst-class:: classref-item-separator
  265. ----
  266. .. _class_EditorExportPreset_method_get_version:
  267. .. rst-class:: classref-method
  268. :ref:`String<class_String>` **get_version**\ (\ name\: :ref:`StringName<class_StringName>`, windows_version\: :ref:`bool<class_bool>`\ ) |const| :ref:`🔗<class_EditorExportPreset_method_get_version>`
  269. Returns the preset's version number, or fall back to the :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` project setting if set to an empty string.
  270. If ``windows_version`` is ``true``, formats the returned version number to be compatible with Windows executable metadata.
  271. .. rst-class:: classref-item-separator
  272. ----
  273. .. _class_EditorExportPreset_method_has:
  274. .. rst-class:: classref-method
  275. :ref:`bool<class_bool>` **has**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const| :ref:`🔗<class_EditorExportPreset_method_has>`
  276. Returns ``true`` if preset has specified property.
  277. .. rst-class:: classref-item-separator
  278. ----
  279. .. _class_EditorExportPreset_method_has_export_file:
  280. .. rst-class:: classref-method
  281. :ref:`bool<class_bool>` **has_export_file**\ (\ path\: :ref:`String<class_String>`\ ) :ref:`🔗<class_EditorExportPreset_method_has_export_file>`
  282. Returns ``true`` if specified file is exported.
  283. .. rst-class:: classref-item-separator
  284. ----
  285. .. _class_EditorExportPreset_method_is_dedicated_server:
  286. .. rst-class:: classref-method
  287. :ref:`bool<class_bool>` **is_dedicated_server**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_is_dedicated_server>`
  288. Returns ``true`` if dedicated server export mode is selected in the export dialog.
  289. .. rst-class:: classref-item-separator
  290. ----
  291. .. _class_EditorExportPreset_method_is_runnable:
  292. .. rst-class:: classref-method
  293. :ref:`bool<class_bool>` **is_runnable**\ (\ ) |const| :ref:`🔗<class_EditorExportPreset_method_is_runnable>`
  294. Returns ``true`` if "Runnable" toggle is enabled in the export dialog.
  295. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  296. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  297. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  298. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  299. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  300. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  301. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  302. .. |void| replace:: :abbr:`void (No return value.)`