skeldjs
    Preparing search index...

    Class SecurityCameraLeaveEvent<RoomType>

    Emitted when a player stops watching security cameras.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "security.cameras.leave" = ...
    message: undefined | RepairSystemMessage

    The message that this event originated from.

    player: Player<RoomType>

    The player that came off of the security cameras.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    The security cameras that the event is for.

    eventName: "security.cameras.leave" = ...

    Methods