broadcast_camera ![code/game/objects/items/devices/broadcast_camera.dm 4](git.png)
Vars | |
active | Is camera streaming |
---|---|
active_microphone | Is the microphone turned on |
broadcast_name | The name of the broadcast |
camera_networks | The networks it broadcasts to, default is CAMERANET_NETWORK_CURATOR |
internal_camera | The "virtual" security camera inside of the physical camera |
internal_radio | The "virtual" radio inside of the the physical camera, a la microphone |
Procs | |
on_activating | When activating the camera |
on_deactivating | When deactivating the camera |
Var Details
active ![code/game/objects/items/devices/broadcast_camera.dm 24](git.png)
Is camera streaming
active_microphone ![code/game/objects/items/devices/broadcast_camera.dm 26](git.png)
Is the microphone turned on
broadcast_name ![code/game/objects/items/devices/broadcast_camera.dm 28](git.png)
The name of the broadcast
camera_networks ![code/game/objects/items/devices/broadcast_camera.dm 30](git.png)
The networks it broadcasts to, default is CAMERANET_NETWORK_CURATOR
internal_camera ![code/game/objects/items/devices/broadcast_camera.dm 32](git.png)
The "virtual" security camera inside of the physical camera
internal_radio ![code/game/objects/items/devices/broadcast_camera.dm 36](git.png)
The "virtual" radio inside of the the physical camera, a la microphone
Proc Details
on_activating
When activating the camera
on_deactivating
When deactivating the camera