Skip to main content

Argumen

RealSignal
wajib
Signal object returned by Signal.new.
(....any) -> ()
wajib
Function called whenever the signal is fired while the connection remains connected.

Return

RealSignalConnection
Connection object with Disconnect.

Tipe

RealSignal

Signal object returned by Signal.new.

RealSignalConnection

Connection object returned by RealSignal.Connect and RealSignal.Once.

Contoh

Connect a callback and disconnect it when it is no longer needed.