code/controllers/subsystem/cameras.dm 
| /var/SScameras | Manages the security cameras and camera chunks |
|---|---|
| REMOVE_CAMERA | Used in [/proc/major_chunk_change] - indicates the camera should be removed from the chunk list. |
| ADD_CAMERA | Used in [/proc/major_chunk_change] - indicates the camera should be added to the chunk list. |
| IGNORE_CAMERA | Used in [/proc/major_chunk_change] - indicates the chunk should be updated without adding/removing a camera. |
Define Details
ADD_CAMERA 
Used in [/proc/major_chunk_change] - indicates the camera should be added to the chunk list.
IGNORE_CAMERA 
Used in [/proc/major_chunk_change] - indicates the chunk should be updated without adding/removing a camera.
REMOVE_CAMERA 
Used in [/proc/major_chunk_change] - indicates the camera should be removed from the chunk list.