Class SecurityCameraJoinEvent<RoomType>

Emitted when a player starts watching security cameras.

Type Parameters

Hierarchy

  • RevertableEvent
    • SecurityCameraJoinEvent

Implements

Properties

eventName: "security.cameras.join"
eventName: "security.cameras.join"
message: undefined | RepairSystemMessage

The message that this event originated from.

player: PlayerData<RoomType>

The player that went onto the security cameras.

reverted: boolean
room: RoomType

The room or client that the event came from.

security: SecurityCameraSystem<RoomType>

The security cameras that the event is for.

Constructors

Methods

  • Returns void

Generated using TypeDoc