skeldjs
    Preparing search index...

    Class ReactorConsoleAddEvent<RoomType>

    Emitted when a player places their hand on a reactor console.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    consoleId: number

    The ID of the console that the player placed their hand on.

    eventName: "reactor.consoles.add" = ...
    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player: undefined | Player<RoomType>

    The player that placed their hand on the console. Only available if the client is the host.

    The reactor system that this event is for.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    eventName: "reactor.consoles.add" = ...

    Accessors

    Methods