security
The root type of all camera consoles. When used, these open a UI that has a left-hand sidebar
displaying a list of active cameras in the console's assigned camera network
. The bulk of the window
on the right hand side displays a camera feed of the selected camera. This feed will attempt to refresh
every time process() is called by SSobj as long as there are active watchers, living or dead.
Vars | |
cam_plane_masters | All the plane masters that need to be applied. |
---|---|
living_watchers | The list of living watchers of this console. Used for playing a "terminal on" sound on first live viewer. |
parent | Parent object this camera is assigned to. Used for camera bugs |
silent_console | is the console silent when switching cameras? |
watchers | The list of total watchers, living and dead, of this console. |
Var Details
cam_plane_masters
All the plane masters that need to be applied.
living_watchers
The list of living watchers of this console. Used for playing a "terminal on" sound on first live viewer.
parent
Parent object this camera is assigned to. Used for camera bugs
silent_console
is the console silent when switching cameras?
watchers
The list of total watchers, living and dead, of this console.