SignalConnection
The connection class used by Signal objects.
Properties
Connected
SignalConnection.Connected: booleanIf the SignalConnection is connected to a Signal, this value will be true, otherwise false.
Functions
Disconnect
SignalConnection:Disconnect() → ()Disconnects the connection, removing it from the Signal it is connected to.