skeldjs
    Preparing search index...

    Class DeconEnterEvent<RoomType>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    deconsystem: DeconSystem<RoomType>

    The system that this event came from.

    eventName: "decon.enter" = ...
    headingUp: boolean

    Whether or not the player is entering to go to a cleanroom (such as the reactor on Mira HQ).

    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player: undefined | Player<RoomType>

    The player that opened the decontanimation doors and is entering. Only available if the client is the host.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    eventName: "decon.enter" = ...

    Methods