Options
All
  • Public
  • Public/Protected
  • All
Menu

Class O2ConsolesCompleteEvent<RoomType>

Emitted when a oxygen console is completed.

Type parameters

  • RoomType: Hostable

Hierarchy

Implements

Index

Properties

Static eventName

eventName: "o2.consoles.complete" = ...

Readonly consoleId

consoleId: number

eventName

eventName: "o2.consoles.complete" = ...

Readonly message

message: undefined | RepairSystemMessage

The message that this event originated from.

Readonly oxygen

oxygen: LifeSuppSystem<RoomType>

The oxygen system that this event is for.

Readonly player

player: undefined | PlayerData<RoomType>

reverted

reverted: boolean

Readonly room

room: RoomType

The room or client that the event came from.

Accessors

alteredConsoleId

  • get alteredConsoleId(): number

Constructors

constructor

Methods

revert

  • revert(): void

setConsole

  • setConsole(consoleId: number): void

Generated using TypeDoc