.. 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/addons--jam_launch--editor_plugin--Project.gd.xml. .. _class_"addons/jam_launch/editor_plugin/Project.gd": "addons/jam_launch/editor_plugin/Project.gd" ============================================ **Inherits:** :ref:`JamEditorPluginPage` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :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:`OptionButton` | :ref:`net_mode_box` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Popup` | :ref:`log_popup` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`TextEdit` | :ref:`log_display` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`btn_deploy` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`btn_delete` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`btn_sessions` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`deploy_busy` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`MenuButton` | :ref:`platform_options` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`no_deployments` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`VBoxContainer` | :ref:`channels_root` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`VBoxContainer` | :ref:`releases_root` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`export_busy` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`export_prep_busy` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`SpinBox` | :ref:`export_timeout` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`CheckBox` | :ref:`export_parallel` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`HTTPRequest` | :ref:`log_request` | ```` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`project_data` | ``[]`` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`refresh_retries` | ``0`` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`active_project` | | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`active_id` | ``""`` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`waiting_for_export` | ``false`` | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ | :ref:`JamAutoExport` | :ref:`auto_export` | | +-------------------------------------------+-----------------------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_page_init` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_init` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_load_lock_changed` **(** :ref:`bool` locked **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`refresh_page` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_project` **(** :ref:`String` project_id, :ref:`String` project_name="..." **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`refresh_project` **(** :ref:`float` repeat=0.0 **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`setup_project_data` **(** :ref:`Variant` p **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_update_release` **(** :ref:`String` release_id, :ref:`Dictionary` props **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_update_channel` **(** :ref:`String` channel, :ref:`Dictionary` props **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_build_busy` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_show_logs` **(** :ref:`String` log_url **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_btn_deploy_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamResult` | :ref:`_export_prep` **(** :ref:`Dictionary` cfg **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`JamError` | :ref:`_do_export` **(** :ref:`Dictionary` config, :ref:`Dictionary` prepare_result **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_auto_refresh_timer_timeout` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_btn_delete_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_confirm_delete_confirmed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_btn_sessions_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_config_item_selected` **(** :ref:`Variant` _index **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_platform_option_selected` **(** :ref:`int` idx **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_export_busy_lock_changed` **(** :ref:`Variant` locked **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_export_prep_busy_lock_changed` **(** :ref:`Variant` locked **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_add_channel_pressed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_create_channel_confirmed` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_channel_update_busy_lock_changed` **(** :ref:`bool` locked **)** | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_signal_request_projects_update: .. rst-class:: classref-signal **request_projects_update** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_signal_go_back: .. rst-class:: classref-signal **go_back** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_signal_session_page_selected: .. rst-class:: classref-signal **session_page_selected** **(** :ref:`String` project_id, :ref:`String` project_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_net_mode_box: .. rst-class:: classref-property :ref:`OptionButton` **net_mode_box** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_log_popup: .. rst-class:: classref-property :ref:`Popup` **log_popup** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_log_display: .. rst-class:: classref-property :ref:`TextEdit` **log_display** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_btn_deploy: .. rst-class:: classref-property :ref:`Button` **btn_deploy** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_btn_delete: .. rst-class:: classref-property :ref:`Button` **btn_delete** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_btn_sessions: .. rst-class:: classref-property :ref:`Button` **btn_sessions** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_deploy_busy: .. rst-class:: classref-property :ref:`Control` **deploy_busy** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_platform_options: .. rst-class:: classref-property :ref:`MenuButton` **platform_options** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_no_deployments: .. rst-class:: classref-property :ref:`Control` **no_deployments** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_channels_root: .. rst-class:: classref-property :ref:`VBoxContainer` **channels_root** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_releases_root: .. rst-class:: classref-property :ref:`VBoxContainer` **releases_root** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_export_busy: .. rst-class:: classref-property :ref:`ScopeLocker` **export_busy** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_export_prep_busy: .. rst-class:: classref-property :ref:`ScopeLocker` **export_prep_busy** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_export_timeout: .. rst-class:: classref-property :ref:`SpinBox` **export_timeout** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_export_parallel: .. rst-class:: classref-property :ref:`CheckBox` **export_parallel** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_log_request: .. rst-class:: classref-property :ref:`HTTPRequest` **log_request** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_project_data: .. rst-class:: classref-property :ref:`Variant` **project_data** = ``[]`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_refresh_retries: .. rst-class:: classref-property :ref:`Variant` **refresh_retries** = ``0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_active_project: .. rst-class:: classref-property :ref:`Variant` **active_project** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_active_id: .. rst-class:: classref-property :ref:`Variant` **active_id** = ``""`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_waiting_for_export: .. rst-class:: classref-property :ref:`bool` **waiting_for_export** = ``false`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_property_auto_export: .. rst-class:: classref-property :ref:`JamAutoExport` **auto_export** .. 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_"addons/jam_launch/editor_plugin/Project.gd"_private_method__ready: .. rst-class:: classref-method void **_ready** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__page_init: .. rst-class:: classref-method void **_page_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_method_show_init: .. rst-class:: classref-method void **show_init** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__load_lock_changed: .. rst-class:: classref-method void **_load_lock_changed** **(** :ref:`bool` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_method_refresh_page: .. rst-class:: classref-method void **refresh_page** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_method_show_project: .. rst-class:: classref-method void **show_project** **(** :ref:`String` project_id, :ref:`String` project_name="..." **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_method_refresh_project: .. rst-class:: classref-method :ref:`bool` **refresh_project** **(** :ref:`float` repeat=0.0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_method_setup_project_data: .. rst-class:: classref-method void **setup_project_data** **(** :ref:`Variant` p **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__update_release: .. rst-class:: classref-method void **_update_release** **(** :ref:`String` release_id, :ref:`Dictionary` props **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__update_channel: .. rst-class:: classref-method void **_update_channel** **(** :ref:`String` channel, :ref:`Dictionary` props **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_build_busy: .. rst-class:: classref-method void **_on_build_busy** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__show_logs: .. rst-class:: classref-method void **_show_logs** **(** :ref:`String` log_url **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_btn_deploy_pressed: .. rst-class:: classref-method void **_on_btn_deploy_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__export_prep: .. rst-class:: classref-method :ref:`JamResult` **_export_prep** **(** :ref:`Dictionary` cfg **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__do_export: .. rst-class:: classref-method :ref:`JamError` **_do_export** **(** :ref:`Dictionary` config, :ref:`Dictionary` prepare_result **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_auto_refresh_timer_timeout: .. rst-class:: classref-method void **_on_auto_refresh_timer_timeout** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_btn_delete_pressed: .. rst-class:: classref-method void **_on_btn_delete_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_confirm_delete_confirmed: .. rst-class:: classref-method void **_on_confirm_delete_confirmed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_btn_sessions_pressed: .. rst-class:: classref-method void **_on_btn_sessions_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_config_item_selected: .. rst-class:: classref-method void **_on_config_item_selected** **(** :ref:`Variant` _index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_platform_option_selected: .. rst-class:: classref-method void **_on_platform_option_selected** **(** :ref:`int` idx **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_export_busy_lock_changed: .. rst-class:: classref-method void **_on_export_busy_lock_changed** **(** :ref:`Variant` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_export_prep_busy_lock_changed: .. rst-class:: classref-method void **_on_export_prep_busy_lock_changed** **(** :ref:`Variant` locked **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_add_channel_pressed: .. rst-class:: classref-method void **_on_add_channel_pressed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_create_channel_confirmed: .. rst-class:: classref-method void **_on_create_channel_confirmed** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_"addons/jam_launch/editor_plugin/Project.gd"_private_method__on_channel_update_busy_lock_changed: .. rst-class:: classref-method void **_on_channel_update_busy_lock_changed** **(** :ref:`bool` locked **)** .. 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.)`