autoname - SS13 
Vars | |
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 |
Procs | |
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 |
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