broadcast_camera 
Vars | |
| active | Are we currently "filming"? |
|---|---|
| camera | The camera itself |
| camera_network | What network is used for the camera |
| canhear_range | Range of sound capturing |
| soundloop | Sound loop of the camera working |
| tape | The tape inside the camera. Required for being active |
| toggle_cooldown | The cooldown for toggling. |
| toggle_cooldown_duration | How often can we toggle it off and on |
Procs | |
| eject | Proc to eject tape from the camera. |
| init_camera | Proc used to initialize the internal camera |
| toggle | Proc used to toggle the state of the camera. |
| update_feeds | Proc used to update enternainment monitors about our existence and the cameranet about current state |
Var Details
active 
Are we currently "filming"?
camera 
The camera itself
camera_network 
What network is used for the camera
canhear_range 
Range of sound capturing
soundloop 
Sound loop of the camera working
tape 
The tape inside the camera. Required for being active
toggle_cooldown 
The cooldown for toggling.
toggle_cooldown_duration 
How often can we toggle it off and on
Proc Details
eject
Proc to eject tape from the camera.
init_camera
Proc used to initialize the internal camera
toggle
Proc used to toggle the state of the camera.
update_feeds
Proc used to update enternainment monitors about our existence and the cameranet about current state