station_alert ![code/datums/station_alert.dm 1](git.png)
Vars | |
alarm_types | List of all alarm types we are listening to |
---|---|
camera_view | If UI will also show and allow jumping to cameras connected to each alert area |
holder | Holder of the datum |
listener | Listens for alarms, provides the alarms list for our UI |
title | Title of our UI |
Var Details
alarm_types ![code/datums/station_alert.dm 5](git.png)
List of all alarm types we are listening to
camera_view ![code/datums/station_alert.dm 13](git.png)
If UI will also show and allow jumping to cameras connected to each alert area
holder ![code/datums/station_alert.dm 3](git.png)
Holder of the datum
listener ![code/datums/station_alert.dm 7](git.png)
Listens for alarms, provides the alarms list for our UI
title ![code/datums/station_alert.dm 9](git.png)
Title of our UI