OnChanged
Event information¶
State.OnChanged :: RESignal
This event fires each time State:Set()
called.
The signal object used is not a RBXScriptSignal
, but my custom signal library called RESignal.
Passed arguments¶
Number | Name | Type | Description |
---|---|---|---|
1 | newval | any | The new value |
2 | oldval | any | The old value |