.. 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/ChatConsole.xml. .. _class_ChatConsole: ChatConsole =========== **Inherits:** :ref:`MarginContainer` **<** :ref:`Container` **<** :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:`Variant` | :ref:`chat_log` | ```` | +-------------------------------------+------------------------------------------------------------+---------------+ | :ref:`Variant` | :ref:`msg_line` | ```` | +-------------------------------------+------------------------------------------------------------+---------------+ | :ref:`JamConnect` | :ref:`jam_connect` | | +-------------------------------------+------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_status_message` **(** :ref:`String` msg **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_chat_message` **(** :ref:`String` sender, :ref:`String` msg **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`is_chat_focused` **(** **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`give_chat_focus` **(** **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_on_text_submit` **(** **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_send_chat_msg` **(** :ref:`String` msg **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`sanitize` **(** :ref:`String` msg **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_print_chat_msg` **(** :ref:`String` username, :ref:`String` msg **)** | +-------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_ChatConsole_property_chat_log: .. rst-class:: classref-property :ref:`Variant` **chat_log** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ChatConsole_property_msg_line: .. rst-class:: classref-property :ref:`Variant` **msg_line** = ```` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ChatConsole_property_jam_connect: .. rst-class:: classref-property :ref:`JamConnect` **jam_connect** .. rst-class:: classref-property-setget - void **@jam_connect_setter** **(** :ref:`JamConnect` 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_ChatConsole_method_append_status_message: .. rst-class:: classref-method void **append_status_message** **(** :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_ChatConsole_method_append_chat_message: .. rst-class:: classref-method void **append_chat_message** **(** :ref:`String` sender, :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_ChatConsole_method_is_chat_focused: .. rst-class:: classref-method :ref:`Variant` **is_chat_focused** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ChatConsole_method_give_chat_focus: .. rst-class:: classref-method void **give_chat_focus** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ChatConsole_private_method__on_text_submit: .. rst-class:: classref-method void **_on_text_submit** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ChatConsole_private_method__send_chat_msg: .. rst-class:: classref-method void **_send_chat_msg** **(** :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_ChatConsole_method_sanitize: .. rst-class:: classref-method :ref:`String` **sanitize** **(** :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_ChatConsole_private_method__print_chat_msg: .. rst-class:: classref-method void **_print_chat_msg** **(** :ref:`String` username, :ref:`String` msg **)** .. 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.)`