Goonstation 13 - Modules - TypesVar Details - Proc Details

security camera

Vars

ai_onlyCameras only the AI can see through
alternate_spritesdo auto position cameras use the alternate diagonal sprites?
c_tagThe camera tag which identifies this camera
camera_statusWhether the camera is on or off (bad var name)
invulnCan't be destroyed by explosions
lightRobust light
networkUsed by camera monitors to display certain cameras only
prefixUsed by autoname: EX "security camera"
referrersHere's a list of cameras pointing to this camera for reprocessing purposes
reinforcedCant be snipped by wirecutters
stickyautomatically offsets and snaps to perspective walls. Not for televisions or internal cameras.
uses_area_nameUsed by autoname: EX "camera - west primary hallway"
viewersThe viewers of the camera, for quickly disconnecting them when needed

Procs

connect_viewerConnect a viewer to this camera
disconnect_viewerDisconnect a viewer from this camera
disconnect_viewersDisconnect all viewers from this camera
move_viewer_toMove viewers eyes from current camera to a new camera

Var Details

ai_only

Cameras only the AI can see through

alternate_sprites

do auto position cameras use the alternate diagonal sprites?

c_tag

The camera tag which identifies this camera

camera_status

Whether the camera is on or off (bad var name)

invuln

Can't be destroyed by explosions

light

Robust light

network

Used by camera monitors to display certain cameras only

prefix

Used by autoname: EX "security camera"

referrers

Here's a list of cameras pointing to this camera for reprocessing purposes

reinforced

Cant be snipped by wirecutters

sticky

automatically offsets and snaps to perspective walls. Not for televisions or internal cameras.

uses_area_name

Used by autoname: EX "camera - west primary hallway"

viewers

The viewers of the camera, for quickly disconnecting them when needed

Proc Details

connect_viewer

Connect a viewer to this camera

disconnect_viewer

Disconnect a viewer from this camera

disconnect_viewers

Disconnect all viewers from this camera

move_viewer_to

Move viewers eyes from current camera to a new camera