Skip to main content

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

VariableTypeDescription
*evRoomreference to Room objectGets the current room.
$evNewStatecolor valueGets the Room new color.