Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HqHudConsoleCompleteEvent<RoomType>

Emitted when a player completes a console while communications is sabotaged on Mira HQ.

Type parameters

  • RoomType: Hostable

Hierarchy

Implements

Index

Properties

Static eventName

eventName: "hqhud.consoles.complete" = ...

Readonly consoleId

consoleId: number

eventName

eventName: "hqhud.consoles.complete" = ...

Readonly hqhudsystem

hqhudsystem: HqHudSystem<RoomType>

The Mira HQ communications system that this event is for.

Readonly message

message: undefined | RepairSystemMessage

The message that this event originated from.

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

setConsoleId

  • setConsoleId(consoleId: number): void

Generated using TypeDoc