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 ( )

Signal

Signal ( Signal from )

Signal

Signal ( Object object, StringName signal )

Methods

int

connect ( Callable callable, int flags=0 )

void

disconnect ( Callable callable )

void

emit () vararg const

Array

get_connections ( ) const

StringName

get_name ( ) const

Object

get_object ( ) const

int

get_object_id ( ) const

bool

is_connected ( Callable callable ) const

bool

is_null ( ) const

Operators

bool

operator != ( Signal right )

bool

operator == ( Signal right )


Constructor Descriptions

Signal Signal ( )

There is currently no description for this constructor. Please help us by contributing one!


Signal Signal ( Signal from )

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!