Add a player to the security cameras.
security.addPlayer(client.me);
The player to add.
Remove a player from the security cameras.
security.removePlayer(client.me);
The player to remove.
Optional
data: HazelReader | SecurityCameraSystemDataReturn the room that this system belongs to.
Whether or not this system is sabotaged.
The players currently looking at cameras.
Generated using TypeDoc
Represents a system responsible for handling players entering and leaving security cameras.
See SecurityCameraSystemEvents for events to listen to.