.. 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--ui--client--ExampleClientUI.gd.xml. .. _class_"addons/jam_launch/ui/client/ExampleClientUI.gd": "addons/jam_launch/ui/client/ExampleClientUI.gd" ================================================ **Inherits:** :ref:`JamClientUI` **<** :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:`JamPageStack` | :ref:`pages` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`gjwt_page` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`home_page` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`host_page` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`join_code_page` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`session_page` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`errors` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`version_info` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`DeviceAuthUI` | :ref:`device_auth` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`manual_auth` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`gjwt_entry` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`gjwt_busy` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`start_join` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`start_host` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`no_deploy_lbl` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`MenuButton` | :ref:`dev_tools` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Label` | :ref:`logged_in` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`join_busy` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`join_busy_lock` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`LineEdit` | :ref:`join_code_edit` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`join_btn` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`host_busy` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`ScopeLocker` | :ref:`host_busy_lock` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`OptionButton` | :ref:`host_region_select` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`host_btn` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`VBoxContainer` | :ref:`guest_auth_ui` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`VBoxContainer` | :ref:`local_launch_ui` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Timer` | :ref:`session_refresh_timer` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`join_code_btn` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Button` | :ref:`start_game_btn` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Control` | :ref:`session_server_progress` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`GridContainer` | :ref:`player_grid` | ```` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`int` | :ref:`JOIN_ID_MIN_LEN` | ``4`` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`did_join_game` | ``false`` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`String` | :ref:`session_token` | ``""`` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`JamClientApi.GameSessionResult` | :ref:`session_result` | ``null`` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`joined_players` | ``{}`` | +-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_active_device_auth` **(** :ref:`bool` active **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_gjwt_fetch_busy` **(** :ref:`bool` busy **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_gjwt_acquired` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_player_grid` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_joining_game` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_leaving_game` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_devtools_pressed` **(** :ref:`int` id **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_enable_deployments` **(** :ref:`bool` enable **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_notification` **(** :ref:`Variant` what **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`enter_session` **(** :ref:`String` session_id, :ref:`String` token **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`exit_session` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`leave_game_session` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_page_stack_tab_changed` **(** :ref:`Variant` _tab **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_start_join_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_start_host_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_host_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_host_busy_lock_changed` **(** :ref:`Variant` locked **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_with_code_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_paste_code_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_code_text_submitted` **(** :ref:`Variant` _new_text **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_code_text_changed` **(** :ref:`Variant` new_text **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_busy_lock_changed` **(** :ref:`Variant` locked **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_session_refresh_timeout` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_error` **(** :ref:`String` msg, :ref:`float` auto_dismiss_delay=0.0 **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_errors` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_code_copy_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_leave_session_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_host_back_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_join_code_back_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_start_game_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_set_gjwt` **(** :ref:`String` gjwt **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_client_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_server_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_device_auth_errored` **(** :ref:`String` msg **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_guest_auth_pressed` **(** **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_"addons/jam_launch/ui/client/ExampleClientUI.gd"_constant_REFRESH_NORMAL: .. rst-class:: classref-constant **REFRESH_NORMAL** = ``4.0`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_"addons/jam_launch/ui/client/ExampleClientUI.gd"_constant_REFRESH_FAST: .. rst-class:: classref-constant **REFRESH_FAST** = ``2.0`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_"addons/jam_launch/ui/client/ExampleClientUI.gd"_constant_REFRESH_SLOW: .. rst-class:: classref-constant **REFRESH_SLOW** = ``5.0`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_"addons/jam_launch/ui/client/ExampleClientUI.gd"_property_pages: .. rst-class:: classref-property :ref:`JamPageStack` **pages** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_gjwt_page: .. rst-class:: classref-property :ref:`Control` **gjwt_page** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_home_page: .. rst-class:: classref-property :ref:`Control` **home_page** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_host_page: .. rst-class:: classref-property :ref:`Control` **host_page** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_join_code_page: .. rst-class:: classref-property :ref:`Control` **join_code_page** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_session_page: .. rst-class:: classref-property :ref:`Control` **session_page** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_errors: .. rst-class:: classref-property :ref:`Control` **errors** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_version_info: .. rst-class:: classref-property :ref:`Label` **version_info** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_device_auth: .. rst-class:: classref-property :ref:`DeviceAuthUI` **device_auth** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_manual_auth: .. rst-class:: classref-property :ref:`Control` **manual_auth** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_gjwt_entry: .. rst-class:: classref-property :ref:`Control` **gjwt_entry** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_gjwt_busy: .. rst-class:: classref-property :ref:`Control` **gjwt_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/ui/client/ExampleClientUI.gd"_property_start_join: .. rst-class:: classref-property :ref:`Button` **start_join** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_start_host: .. rst-class:: classref-property :ref:`Button` **start_host** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_no_deploy_lbl: .. rst-class:: classref-property :ref:`Label` **no_deploy_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/ui/client/ExampleClientUI.gd"_property_dev_tools: .. rst-class:: classref-property :ref:`MenuButton` **dev_tools** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_logged_in: .. rst-class:: classref-property :ref:`Label` **logged_in** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_join_busy: .. rst-class:: classref-property :ref:`Control` **join_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/ui/client/ExampleClientUI.gd"_property_join_busy_lock: .. rst-class:: classref-property :ref:`ScopeLocker` **join_busy_lock** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_join_code_edit: .. rst-class:: classref-property :ref:`LineEdit` **join_code_edit** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_join_btn: .. rst-class:: classref-property :ref:`Button` **join_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/ui/client/ExampleClientUI.gd"_property_host_busy: .. rst-class:: classref-property :ref:`Control` **host_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/ui/client/ExampleClientUI.gd"_property_host_busy_lock: .. rst-class:: classref-property :ref:`ScopeLocker` **host_busy_lock** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_host_region_select: .. rst-class:: classref-property :ref:`OptionButton` **host_region_select** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_host_btn: .. rst-class:: classref-property :ref:`Button` **host_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/ui/client/ExampleClientUI.gd"_property_guest_auth_ui: .. rst-class:: classref-property :ref:`VBoxContainer` **guest_auth_ui** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_local_launch_ui: .. rst-class:: classref-property :ref:`VBoxContainer` **local_launch_ui** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_session_refresh_timer: .. rst-class:: classref-property :ref:`Timer` **session_refresh_timer** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_join_code_btn: .. rst-class:: classref-property :ref:`Button` **join_code_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/ui/client/ExampleClientUI.gd"_property_start_game_btn: .. rst-class:: classref-property :ref:`Button` **start_game_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/ui/client/ExampleClientUI.gd"_property_session_server_progress: .. rst-class:: classref-property :ref:`Control` **session_server_progress** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_player_grid: .. rst-class:: classref-property :ref:`GridContainer` **player_grid** = ```` .. 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/ui/client/ExampleClientUI.gd"_property_JOIN_ID_MIN_LEN: .. rst-class:: classref-property :ref:`int` **JOIN_ID_MIN_LEN** = ``4`` .. 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/ui/client/ExampleClientUI.gd"_property_did_join_game: .. rst-class:: classref-property :ref:`bool` **did_join_game** = ``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/ui/client/ExampleClientUI.gd"_property_session_token: .. rst-class:: classref-property :ref:`String` **session_token** = ``""`` .. 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/ui/client/ExampleClientUI.gd"_property_session_result: .. rst-class:: classref-property :ref:`JamClientApi.GameSessionResult` **session_result** = ``null`` .. rst-class:: classref-property-setget - void **@session_result_setter** **(** :ref:`JamClientApi.GameSessionResult` value **)** .. 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/ui/client/ExampleClientUI.gd"_property_joined_players: .. rst-class:: classref-property :ref:`Variant` **joined_players** = ``{}`` .. 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/ui/client/ExampleClientUI.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/ui/client/ExampleClientUI.gd"_private_method__on_active_device_auth: .. rst-class:: classref-method void **_on_active_device_auth** **(** :ref:`bool` active **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_gjwt_fetch_busy: .. rst-class:: classref-method void **_on_gjwt_fetch_busy** **(** :ref:`bool` 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/ui/client/ExampleClientUI.gd"_private_method__on_gjwt_acquired: .. rst-class:: classref-method void **_on_gjwt_acquired** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_method_update_player_grid: .. rst-class:: classref-method void **update_player_grid** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_joining_game: .. rst-class:: classref-method void **_on_joining_game** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_leaving_game: .. rst-class:: classref-method void **_on_leaving_game** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_devtools_pressed: .. rst-class:: classref-method void **_on_devtools_pressed** **(** :ref:`int` id **)** .. 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/ui/client/ExampleClientUI.gd"_method_set_enable_deployments: .. rst-class:: classref-method void **set_enable_deployments** **(** :ref:`bool` enable **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__notification: .. rst-class:: classref-method void **_notification** **(** :ref:`Variant` what **)** .. 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/ui/client/ExampleClientUI.gd"_method_enter_session: .. rst-class:: classref-method :ref:`bool` **enter_session** **(** :ref:`String` session_id, :ref:`String` token **)** .. 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/ui/client/ExampleClientUI.gd"_method_exit_session: .. rst-class:: classref-method :ref:`bool` **exit_session** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_method_leave_game_session: .. rst-class:: classref-method void **leave_game_session** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_page_stack_tab_changed: .. rst-class:: classref-method void **_on_page_stack_tab_changed** **(** :ref:`Variant` _tab **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_start_join_pressed: .. rst-class:: classref-method void **_on_start_join_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/ui/client/ExampleClientUI.gd"_private_method__on_start_host_pressed: .. rst-class:: classref-method void **_on_start_host_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/ui/client/ExampleClientUI.gd"_private_method__on_host_pressed: .. rst-class:: classref-method void **_on_host_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/ui/client/ExampleClientUI.gd"_private_method__on_host_busy_lock_changed: .. rst-class:: classref-method void **_on_host_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/ui/client/ExampleClientUI.gd"_private_method__on_join_with_code_pressed: .. rst-class:: classref-method void **_on_join_with_code_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/ui/client/ExampleClientUI.gd"_private_method__on_paste_code_pressed: .. rst-class:: classref-method void **_on_paste_code_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/ui/client/ExampleClientUI.gd"_private_method__on_join_code_text_submitted: .. rst-class:: classref-method void **_on_join_code_text_submitted** **(** :ref:`Variant` _new_text **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_join_code_text_changed: .. rst-class:: classref-method void **_on_join_code_text_changed** **(** :ref:`Variant` new_text **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_join_busy_lock_changed: .. rst-class:: classref-method void **_on_join_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/ui/client/ExampleClientUI.gd"_private_method__on_session_refresh_timeout: .. rst-class:: classref-method void **_on_session_refresh_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/ui/client/ExampleClientUI.gd"_method_show_error: .. rst-class:: classref-method void **show_error** **(** :ref:`String` msg, :ref:`float` auto_dismiss_delay=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/ui/client/ExampleClientUI.gd"_method_clear_errors: .. rst-class:: classref-method void **clear_errors** **(** **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_join_code_copy_pressed: .. rst-class:: classref-method void **_on_join_code_copy_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/ui/client/ExampleClientUI.gd"_private_method__on_leave_session_pressed: .. rst-class:: classref-method void **_on_leave_session_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/ui/client/ExampleClientUI.gd"_private_method__on_host_back_pressed: .. rst-class:: classref-method void **_on_host_back_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/ui/client/ExampleClientUI.gd"_private_method__on_join_code_back_pressed: .. rst-class:: classref-method void **_on_join_code_back_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/ui/client/ExampleClientUI.gd"_private_method__on_start_game_pressed: .. rst-class:: classref-method void **_on_start_game_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/ui/client/ExampleClientUI.gd"_private_method__set_gjwt: .. rst-class:: classref-method void **_set_gjwt** **(** :ref:`String` gjwt **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_client_pressed: .. rst-class:: classref-method void **_on_client_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/ui/client/ExampleClientUI.gd"_private_method__on_server_pressed: .. rst-class:: classref-method void **_on_server_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/ui/client/ExampleClientUI.gd"_private_method__on_device_auth_errored: .. rst-class:: classref-method void **_on_device_auth_errored** **(** :ref:`String` msg **)** .. 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/ui/client/ExampleClientUI.gd"_private_method__on_guest_auth_pressed: .. rst-class:: classref-method void **_on_guest_auth_pressed** **(** **)** .. 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.)`