More actions
add description of functionality |
templatize reference links |
||
Line 15: | Line 15: | ||
== References == | == References == | ||
<references> | <references> | ||
<ref name="shuttle-timer-system"> | <ref name="shuttle-timer-system">{{CiteGithub|https://github.com/teamstarcup/starcup/blob/1a329d3b29355b52a2f3b40b9c0e9c1fafda6bd6/Content.Server/Screens/Systems/ScreenSystem.cs#L65-L116}}</ref> | ||
<ref name="emergency-shuttle-transmit"> | <ref name="emergency-shuttle-transmit">{{CiteGithub|https://github.com/teamstarcup/starcup/blob/1a329d3b29355b52a2f3b40b9c0e9c1fafda6bd6/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs#L374-L388}}</ref> | ||
</references> | </references> | ||
Revision as of 07:34, 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]