.. 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/JamClientUI.xml. .. _class_JamClientUI: JamClientUI =========== **Inherits:** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`"addons/jam_launch/ui/client/ExampleClientUI.gd"` .. 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:`JamConnect` | :ref:`jam_connect` | +-----------------------------------------+------------------------------------------------------------+ | :ref:`JamClient` | :ref:`jam_client` | +-----------------------------------------+------------------------------------------------------------+ | :ref:`JamClientApi` | :ref:`client_api` | +-----------------------------------------+------------------------------------------------------------+ | :ref:`String` | :ref:`game_id` | +-----------------------------------------+------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`client_ui_initialization` **(** :ref:`JamConnect` jc **)** | +------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`leave_game_session` **(** **)** | +------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show_error` **(** :ref:`String` msg, :ref:`float` _auto_dismiss_delay=0.0 **)** | +------+-------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_JamClientUI_property_jam_connect: .. rst-class:: classref-property :ref:`JamConnect` **jam_connect** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamClientUI_property_jam_client: .. rst-class:: classref-property :ref:`JamClient` **jam_client** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamClientUI_property_client_api: .. rst-class:: classref-property :ref:`JamClientApi` **client_api** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamClientUI_property_game_id: .. rst-class:: classref-property :ref:`String` **game_id** .. 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_JamClientUI_method_client_ui_initialization: .. rst-class:: classref-method void **client_ui_initialization** **(** :ref:`JamConnect` jc **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_JamClientUI_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_JamClientUI_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 `! .. |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.)`