Goonstation 13 - Modules - TypesVar Details - Proc Details

autoname - SS13

Vars

c_tagThe camera tag which identifies this camera
camera_statusWhether the camera is on or off (bad var name)
has_lightShould this camera have a light?
invulnCan't be destroyed by explosions
lightRobust light
minimap_typesbitmask of minimaps this camera should appear on
networkUsed by things that can view cameras 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
uses_area_nameUsed by autoname: EX "camera - west primary hallway"
viewersThe viewers of the camera, for quickly disconnecting them when needed

Procs

add_to_minimapAdds the minimap component for the camera
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

c_tag

The camera tag which identifies this camera

camera_status

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

has_light

Should this camera have a light?

invuln

Can't be destroyed by explosions

light

Robust light

minimap_types

bitmask of minimaps this camera should appear on

network

Used by things that can view cameras 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

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

add_to_minimap

Adds the minimap component for the camera

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