Class SignalHandles
A collection of SignalHandle
s retreived through a connect_signal
function.
Functions
method disconnect_all
function SignalHandles:disconnect_all(self: table<string, SignalHandle>)
Disconnect the callbacks from all the signal connections that are stored in this handle collection.
Parameters
self
: table<string, SignalHandle>