Class MedScanJoinQueueEvent<RoomType>

Emitted when a player joins the queue for a med scan.

Type Parameters

Hierarchy

  • RevertableEvent
    • MedScanJoinQueueEvent

Implements

Properties

eventName: "medscan.joinqueue"
eventName: "medscan.joinqueue"
medscan: MedScanSystem<RoomType>

The med scan system that this event is for.

message: undefined | RepairSystemMessage

The message that this event originated from.

player: PlayerData<RoomType>

The player that joined the queue.

reverted: boolean
room: RoomType

The room or client that the event came from.

Accessors

  • get alteredPlayer(): PlayerData<RoomType>
  • The alternate player that will join the queue instead, if changed.

    Returns PlayerData<RoomType>

Constructors

Methods

  • Returns void

  • Change the player that joined the queue.

    Parameters

    • player: PlayerData<RoomType>

      The player to join the queue.

    Returns void

Generated using TypeDoc