Signal
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
Signal ( ) |
|
Signal ( Object object, StringName signal ) |
Methods
void |
disconnect ( Callable callable ) |
void |
emit ( … ) vararg const |
get_connections ( ) const |
|
get_name ( ) const |
|
get_object ( ) const |
|
get_object_id ( ) const |
|
is_connected ( Callable callable ) const |
|
is_null ( ) const |
Operators
operator != ( Signal right ) |
|
operator == ( Signal right ) |
Constructor Descriptions
Signal Signal ( )
There is currently no description for this constructor. Please help us by contributing one!
There is currently no description for this constructor. Please help us by contributing one!
Signal Signal ( Object object, StringName signal )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
int connect ( Callable callable, int flags=0 )
There is currently no description for this method. Please help us by contributing one!
void disconnect ( Callable callable )
There is currently no description for this method. Please help us by contributing one!
void emit ( … ) vararg const
There is currently no description for this method. Please help us by contributing one!
Array get_connections ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_name ( ) 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!
bool is_connected ( Callable callable ) 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!
Operator Descriptions
bool operator != ( Signal right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Signal right )
There is currently no description for this operator. Please help us by contributing one!