-
Notifications
You must be signed in to change notification settings - Fork 2
Connection API
Pyseph edited this page Jan 16, 2021
·
3 revisions
A Connection is a special object returned by the Connect method of an Event (Signal). This is used primarily to disconnect a listener from an Event.
bool Connection.Connected
Describes whether or not the Connection is still alive. This will become false if Connection:Disconnect() is called.
void Signal:Disconnect ()
Disconnects the Connection from the Event.