.. 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--Sessions.gd.xml. .. _class_"addons/jam_launch/editor_plugin/Sessions.gd": "addons/jam_launch/editor_plugin/Sessions.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:`ScopeLocker` | :ref:`load_locker` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Popup` | :ref:`log_popup` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`TextEdit` | :ref:`log_display` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`no_sessions_lbl` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`ItemList` | :ref:`session_list` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`session_details_layout` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`session_title` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`TextEdit` | :ref:`session_data` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`terminate_btn` | ```` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`disable_terminate` | ``false`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`project_data` | ``[]`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`refresh_retries` | ``0`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`project_name` | | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`project_id` | | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Array` | :ref:`sessions` | ``[]`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`filter_active_sessions` | ``true`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Dictionary` | :ref:`session_details` | ``{}`` | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_page_init` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_init` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`refresh_page` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_game` **(** :ref:`String` proj_id, :ref:`String` proj_name **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`refresh_sessions` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_get_session_details` **(** :ref:`Variant` p, :ref:`Variant` r, :ref:`Variant` s **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_show_logs` **(** :ref:`Variant` p, :ref:`Variant` r, :ref:`Variant` s **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_error` **(** :ref:`String` msg, :ref:`float` auto_dismiss=0.0 **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_load_locker_lock_changed` **(** :ref:`bool` locked **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_btn_logs_pressed` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_btn_delete_pressed` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_confirm_delete_confirmed` **(** **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_session_list_item_selected` **(** :ref:`Variant` index **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_filter_item_selected` **(** :ref:`Variant` index **)** | +------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_"addons/jam_launch/editor_plugin/Sessions.gd"_property_load_locker: .. rst-class:: classref-property :ref:`ScopeLocker` **load_locker** = ```` .. 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/Sessions.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/Sessions.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/Sessions.gd"_property_no_sessions_lbl: .. rst-class:: classref-property :ref:`Label` **no_sessions_lbl** = ```` .. 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/Sessions.gd"_property_session_list: .. rst-class:: classref-property :ref:`ItemList` **session_list** = ```` .. 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/Sessions.gd"_property_session_details_layout: .. rst-class:: classref-property :ref:`Variant` **session_details_layout** = ```` .. 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/Sessions.gd"_property_session_title: .. rst-class:: classref-property :ref:`Label` **session_title** = ```` .. 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/Sessions.gd"_property_session_data: .. rst-class:: classref-property :ref:`TextEdit` **session_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/Sessions.gd"_property_terminate_btn: .. rst-class:: classref-property :ref:`Button` **terminate_btn** = ```` .. 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/Sessions.gd"_property_disable_terminate: .. rst-class:: classref-property :ref:`bool` **disable_terminate** = ``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/Sessions.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/Sessions.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/Sessions.gd"_property_project_name: .. rst-class:: classref-property :ref:`String` **project_name** .. 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/Sessions.gd"_property_project_id: .. rst-class:: classref-property :ref:`String` **project_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/Sessions.gd"_property_sessions: .. rst-class:: classref-property :ref:`Array` **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/Sessions.gd"_property_filter_active_sessions: .. rst-class:: classref-property :ref:`bool` **filter_active_sessions** = ``true`` .. 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/Sessions.gd"_property_session_details: .. rst-class:: classref-property :ref:`Dictionary` **session_details** = ``{}`` .. rst-class:: classref-property-setget - void **@session_details_setter** **(** :ref:`Dictionary` value **)** .. 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/Sessions.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/Sessions.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/Sessions.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/Sessions.gd"_method_show_game: .. rst-class:: classref-method void **show_game** **(** :ref:`String` proj_id, :ref:`String` proj_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/Sessions.gd"_method_refresh_sessions: .. rst-class:: classref-method void **refresh_sessions** **(** **)** .. 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/Sessions.gd"_private_method__get_session_details: .. rst-class:: classref-method void **_get_session_details** **(** :ref:`Variant` p, :ref:`Variant` r, :ref:`Variant` s **)** .. 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/Sessions.gd"_private_method__show_logs: .. rst-class:: classref-method void **_show_logs** **(** :ref:`Variant` p, :ref:`Variant` r, :ref:`Variant` s **)** .. 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/Sessions.gd"_method_show_error: .. rst-class:: classref-method void **show_error** **(** :ref:`String` msg, :ref:`float` auto_dismiss=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/Sessions.gd"_private_method__on_load_locker_lock_changed: .. rst-class:: classref-method void **_on_load_locker_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/Sessions.gd"_private_method__on_btn_logs_pressed: .. rst-class:: classref-method void **_on_btn_logs_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/Sessions.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/Sessions.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/Sessions.gd"_private_method__on_session_list_item_selected: .. rst-class:: classref-method void **_on_session_list_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/Sessions.gd"_private_method__on_filter_item_selected: .. rst-class:: classref-method void **_on_filter_item_selected** **(** :ref:`Variant` index **)** .. 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.)`