Custom types

It's super easy to define custom types for your signals with Signal+. This means you can have autocompletion for the parameters in your signals:

You can provide your own parameters as shown in the screenshot above:

local mySignal = Signal() :: Signal.Signal<PARAMETERS_HERE>

All methods ( Connect, Once, Wait, and Fire) will display your desired parameters.

Last updated