.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/jam_launch/JamAutoExport.xml. .. _class_JamAutoExport: JamAutoExport ============= **Inherits:** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------+------------------------------------------------------------------+ | :ref:`JamThreadHelper` | :ref:`thread_helper` | +-----------------------------------------------+------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_init` **(** **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`auto_export` **(** :ref:`JamAutoExport.ExportConfig` export_config, :ref:`String` staging_dir="user://jam-auto-export" **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`perform_export` **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config, :ref:`int` timeout **)** | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`perform_godot_export` **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config, :ref:`int` timeout, :ref:`Array` output **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`upload_export` **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`recursive_delete` **(** :ref:`String` directory **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`zip_folder` **(** :ref:`String` source_root, :ref:`String` zip_path **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`recursive_zip` **(** :ref:`DirAccess` dir, :ref:`ZIPPacker` writer, :ref:`String` root_folder="" **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`merge_presets` **(** :ref:`String` additions_path, :ref:`String` base_path="res://export_presets.cfg" **)** |static| | +---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_JamAutoExport_property_thread_helper: .. rst-class:: classref-property :ref:`JamThreadHelper` **thread_helper** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_JamAutoExport_private_method__init: .. rst-class:: classref-method void **_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_auto_export: .. rst-class:: classref-method :ref:`JamError` **auto_export** **(** :ref:`JamAutoExport.ExportConfig` export_config, :ref:`String` staging_dir="user://jam-auto-export" **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_perform_export: .. rst-class:: classref-method :ref:`JamError` **perform_export** **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config, :ref:`int` timeout **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_perform_godot_export: .. rst-class:: classref-method :ref:`JamError` **perform_godot_export** **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config, :ref:`int` timeout, :ref:`Array` output **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_upload_export: .. rst-class:: classref-method :ref:`JamError` **upload_export** **(** :ref:`String` output_base, :ref:`JamAutoExport.BuildConfig` config **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_recursive_delete: .. rst-class:: classref-method :ref:`JamError` **recursive_delete** **(** :ref:`String` directory **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_zip_folder: .. rst-class:: classref-method :ref:`JamError` **zip_folder** **(** :ref:`String` source_root, :ref:`String` zip_path **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_recursive_zip: .. rst-class:: classref-method void **recursive_zip** **(** :ref:`DirAccess` dir, :ref:`ZIPPacker` writer, :ref:`String` root_folder="" **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamAutoExport_method_merge_presets: .. rst-class:: classref-method :ref:`JamError` **merge_presets** **(** :ref:`String` additions_path, :ref:`String` base_path="res://export_presets.cfg" **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`