Signal
Signal is a type that represents a signal.
Summary
Methods
Invoke:void
Events
Invoked:void
Methods
Invoke
Signal:Invoke(args: ...)
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
args | ... | - |
Invokes the signal with the given arguments.
Events
Invoked
Signal.Invoked(args: ...)
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
args | ... | - |
Fires when the signal is invoked.