.. 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/Callable.xml. .. _class_Callable: Callable ======== .. 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:`Callable` | :ref:`Callable` **(** **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`Callable` **(** :ref:`Callable` from **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`Callable` **(** :ref:`Object` object, :ref:`StringName` method **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`bind` **(** ... **)** |vararg| |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`bindv` **(** :ref:`Array` arguments **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`call` **(** ... **)** |vararg| |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`call_deferred` **(** ... **)** |vararg| |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`callv` **(** :ref:`Array` arguments **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`create` **(** :ref:`Variant` variant, :ref:`StringName` method **)** |static| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_argument_count` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_bound_arguments` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_bound_arguments_count` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_method` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Object` | :ref:`get_object` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_object_id` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`hash` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_custom` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_null` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_standard` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_valid` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rpc` **(** ... **)** |vararg| |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rpc_id` **(** :ref:`int` peer_id, ... **)** |vararg| |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Callable` | :ref:`unbind` **(** :ref:`int` argcount **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +-------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`Callable` right **)** | +-------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`Callable` right **)** | +-------------------------+------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_Callable_constructor_Callable: .. rst-class:: classref-constructor :ref:`Callable` **Callable** **(** **)** .. 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:`Callable` **Callable** **(** :ref:`Callable` 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:`Callable` **Callable** **(** :ref:`Object` object, :ref:`StringName` method **)** .. 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_Callable_method_bind: .. rst-class:: classref-method :ref:`Callable` **bind** **(** ... **)** |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_Callable_method_bindv: .. rst-class:: classref-method :ref:`Callable` **bindv** **(** :ref:`Array` arguments **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_call: .. rst-class:: classref-method :ref:`Variant` **call** **(** ... **)** |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_Callable_method_call_deferred: .. rst-class:: classref-method void **call_deferred** **(** ... **)** |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_Callable_method_callv: .. rst-class:: classref-method :ref:`Variant` **callv** **(** :ref:`Array` arguments **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_create: .. rst-class:: classref-method :ref:`Callable` **create** **(** :ref:`Variant` variant, :ref:`StringName` method **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_get_argument_count: .. rst-class:: classref-method :ref:`int` **get_argument_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_get_bound_arguments: .. rst-class:: classref-method :ref:`Array` **get_bound_arguments** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_get_bound_arguments_count: .. rst-class:: classref-method :ref:`int` **get_bound_arguments_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_get_method: .. rst-class:: classref-method :ref:`StringName` **get_method** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_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_Callable_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_Callable_method_hash: .. rst-class:: classref-method :ref:`int` **hash** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_is_custom: .. rst-class:: classref-method :ref:`bool` **is_custom** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_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-item-separator ---- .. _class_Callable_method_is_standard: .. rst-class:: classref-method :ref:`bool` **is_standard** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_is_valid: .. rst-class:: classref-method :ref:`bool` **is_valid** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_method_rpc: .. rst-class:: classref-method void **rpc** **(** ... **)** |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_Callable_method_rpc_id: .. rst-class:: classref-method void **rpc_id** **(** :ref:`int` peer_id, ... **)** |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_Callable_method_unbind: .. rst-class:: classref-method :ref:`Callable` **unbind** **(** :ref:`int` argcount **)** |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_Callable_operator_neq_Callable: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`Callable` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Callable_operator_eq_Callable: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`Callable` 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.)`