Class O2ConsolesClearEvent<RoomType>

Emitted when the complete oxygen consoles are cleared, i.e. when a player fixes o2.

Type Parameters

Hierarchy

  • RevertableEvent
    • O2ConsolesClearEvent

Implements

Properties

eventName: "o2.consoles.clear"
eventName: "o2.consoles.clear"
message: undefined | RepairSystemMessage

The message that this event originated from.

oxygen: LifeSuppSystem<RoomType>

The oxygen system that this event is for.

player: undefined | PlayerData<RoomType>

The player that cleared the consoles, i.e. the player that fixed o2. Only available if the player is the host.

reverted: boolean
room: RoomType

The room or client that the event came from.

Constructors

Methods

  • Returns void

Generated using TypeDoc