More actions
stargazer: update to 810c9b5a047d7a4c6df4f58be5683a49151812bf |
add description of functionality |
||
Line 9: | Line 9: | ||
<!-- End auto-generated segment --> | <!-- End auto-generated segment --> | ||
The screen timer is a device that can be configured to send a signal after a set time, and also to display text. | |||
By default, screen timers are configured to receive signals on the "ShuttleTimer" frequency. When an [[emergency shuttle]] docks with a station, all screen timers on that frequency will be updated to display the time until departure.<ref name="shuttle-timer-system"/><ref name="emergency-shuttle-transmit"/> | |||
== References == | |||
<references> | |||
<ref name="shuttle-timer-system">[https://github.com/teamstarcup/starcup/blob/1a329d3b29355b52a2f3b40b9c0e9c1fafda6bd6/Content.Server/Screens/Systems/ScreenSystem.cs#L65-L116 GitHub: Content.Server/Screens/Systems/ScreenSystem.cs]</ref> | |||
<ref name="emergency-shuttle-transmit">[https://github.com/teamstarcup/starcup/blob/1a329d3b29355b52a2f3b40b9c0e9c1fafda6bd6/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs#L374-L388 GitHub: Content.Server/Shuttles/EmergencyShuttleSystem.cs]</ref> | |||
</references> | |||
<!-- Begin auto-generated segment: Categories --> | <!-- Begin auto-generated segment: Categories --> | ||
[[Category:Entities]] | [[Category:Entities]] | ||
<!-- End auto-generated segment --> | <!-- End auto-generated segment --> |
Revision as of 06:37, 30 May 2025
ScreenTimer | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | screen timer | ||||||||||||||||||
Description | It's a timer for sending timed signals to things, with a built-in screen. | ||||||||||||||||||
Parents | Entity:SignalTimer | ||||||||||||||||||
Source | timer.yml |
The screen timer is a device that can be configured to send a signal after a set time, and also to display text.
By default, screen timers are configured to receive signals on the "ShuttleTimer" frequency. When an emergency shuttle docks with a station, all screen timers on that frequency will be updated to display the time until departure.[1][2]