/tg/ Station 13 - Modules - TypesDefine Details

code/controllers/subsystem/cameras.dm

/var/SScamerasManages the security cameras and camera chunks
REMOVE_CAMERAUsed in [/proc/major_chunk_change] - indicates the camera should be removed from the chunk list.
ADD_CAMERAUsed in [/proc/major_chunk_change] - indicates the camera should be added to the chunk list.
IGNORE_CAMERAUsed 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.