skeldjs
    Preparing search index...

    Class SystemRepairEvent<RoomType>

    Emitted when a player fully repairs a system.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "system.repair" = ...
    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player?: Player<RoomType>
    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    The system that this event is for.

    eventName: "system.repair" = ...

    Methods