GodotSignal

Undocumented in source.

Constructors

this
this(godot_signal opaque)
Undocumented in source.
this
this(GodotSignal other)
Undocumented in source.
this
this(GodotObject object, StringName signal)
Undocumented in source.
this
this(GodotObject object, string signal)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

_signal

Members

Functions

_defaultCtor
void _defaultCtor()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
int connect(GodotCallable callable, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(GodotCallable callable)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
getConnections
Array getConnections()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
StringName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getObject
GodotObject getObject()
Undocumented in source. Be warned that the author may not have intended to support it.
getObjectId
ObjectID getObjectId()
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected(GodotCallable callable)
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

signal
union signal
Undocumented in source.

Variables

_signal
signal _signal;
Undocumented in source.

Meta