skeldjs
    Preparing search index...

    Class DoorsDoorCloseEvent<RoomType>

    Emitted when a player closes a specific door.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    door: Door<RoomType>

    The door that the player closed.

    The door system that the door is in.

    eventName: "doors.close" = ...
    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player: undefined | Player<RoomType>

    The player that closed the door. Only available if the client is the host.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    eventName: "doors.close" = ...

    Accessors

    Methods