.. 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/doc/classes/Signal.xml. .. _class_Signal: Signal ====== .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. note:: There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information. .. rst-class:: classref-reftable-group Constructors ------------ .. table:: :widths: auto +-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Signal` | :ref:`Signal` **(** **)** | +-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Signal` | :ref:`Signal` **(** :ref:`Signal` from **)** | +-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Signal` | :ref:`Signal` **(** :ref:`Object` object, :ref:`StringName` signal **)** | +-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`connect` **(** :ref:`Callable` callable, :ref:`int` flags=0 **)** | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`disconnect` **(** :ref:`Callable` callable **)** | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`emit` **(** ... **)** |vararg| |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_connections` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_name` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Object` | :ref:`get_object` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_object_id` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_connected` **(** :ref:`Callable` callable **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_null` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +-------------------------+----------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`Signal` right **)** | +-------------------------+----------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`Signal` right **)** | +-------------------------+----------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_Signal_constructor_Signal: .. rst-class:: classref-constructor :ref:`Signal` **Signal** **(** **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Signal` **Signal** **(** :ref:`Signal` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`Signal` **Signal** **(** :ref:`Object` object, :ref:`StringName` signal **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Signal_method_connect: .. rst-class:: classref-method :ref:`int` **connect** **(** :ref:`Callable` callable, :ref:`int` flags=0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_disconnect: .. rst-class:: classref-method void **disconnect** **(** :ref:`Callable` callable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_emit: .. rst-class:: classref-method void **emit** **(** ... **)** |vararg| |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_get_connections: .. rst-class:: classref-method :ref:`Array` **get_connections** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_get_name: .. rst-class:: classref-method :ref:`StringName` **get_name** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_get_object: .. rst-class:: classref-method :ref:`Object` **get_object** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_get_object_id: .. rst-class:: classref-method :ref:`int` **get_object_id** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_is_connected: .. rst-class:: classref-method :ref:`bool` **is_connected** **(** :ref:`Callable` callable **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_method_is_null: .. rst-class:: classref-method :ref:`bool` **is_null** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Operator Descriptions --------------------- .. _class_Signal_operator_neq_Signal: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`Signal` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Signal_operator_eq_Signal: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`Signal` right **)** .. container:: contribute There is currently no description for this operator. 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.)`