Callable
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Constructors
Callable ( ) |
|
Callable ( Object object, StringName method ) |
Methods
bind ( … ) vararg const |
|
call ( … ) vararg const |
|
void |
call_deferred ( … ) vararg const |
create ( Variant variant, StringName method ) static |
|
get_argument_count ( ) const |
|
get_bound_arguments ( ) const |
|
get_bound_arguments_count ( ) const |
|
get_method ( ) const |
|
get_object ( ) const |
|
get_object_id ( ) const |
|
hash ( ) const |
|
is_custom ( ) const |
|
is_null ( ) const |
|
is_standard ( ) const |
|
is_valid ( ) const |
|
void |
rpc ( … ) vararg const |
void |
|
Operators
operator != ( Callable right ) |
|
operator == ( Callable right ) |
Constructor Descriptions
Callable Callable ( )
There is currently no description for this constructor. Please help us by contributing one!
Callable Callable ( Callable from )
There is currently no description for this constructor. Please help us by contributing one!
Callable Callable ( Object object, StringName method )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
Callable bind ( … ) vararg const
There is currently no description for this method. Please help us by contributing one!
Callable bindv ( Array arguments )
There is currently no description for this method. Please help us by contributing one!
Variant call ( … ) vararg const
There is currently no description for this method. Please help us by contributing one!
void call_deferred ( … ) vararg const
There is currently no description for this method. Please help us by contributing one!
Variant callv ( Array arguments ) const
There is currently no description for this method. Please help us by contributing one!
Callable create ( Variant variant, StringName method ) static
There is currently no description for this method. Please help us by contributing one!
int get_argument_count ( ) const
There is currently no description for this method. Please help us by contributing one!
Array get_bound_arguments ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_bound_arguments_count ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_method ( ) const
There is currently no description for this method. Please help us by contributing one!
Object get_object ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_object_id ( ) const
There is currently no description for this method. Please help us by contributing one!
int hash ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_custom ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_null ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_standard ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid ( ) const
There is currently no description for this method. Please help us by contributing one!
void rpc ( … ) vararg const
There is currently no description for this method. Please help us by contributing one!
void rpc_id ( int peer_id, … ) vararg const
There is currently no description for this method. Please help us by contributing one!
Callable unbind ( int argcount ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Callable right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Callable right )
There is currently no description for this operator. Please help us by contributing one!