RoomColorChanged
Gets called when a room's color is changed.
Start a script section
!-- OnEvent RoomColorChanged
-- require *evRoom $evNewState
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
RoomColorChangedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evRoom | reference to Room object | Gets the current room. |
$evNewState | color value | Gets the Room new color. |