skeldjs
    Preparing search index...

    Class HeliSabotageConsoleCompleteEvent<RoomType>

    Emitted when a player completes a console while the heli is sabotaged on Airship.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    consoleId: number

    The ID of the console that was completed.

    eventName: "heli.consoles.complete" = ...
    helisabotagesystem: HeliSabotageSystem<RoomType>

    The heli sabotage system that this event is for.

    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player: undefined | Player<RoomType>

    The player that completed the console. Only availabe if the client is the host.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    eventName: "heli.consoles.complete" = ...

    Accessors

    Methods