Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Entity:ScreenTimer: Difference between revisions

From starcup wiki
add description of functionality
templatize reference links
Line 15: Line 15:
== References ==
== References ==
<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="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">[https://github.com/teamstarcup/starcup/blob/1a329d3b29355b52a2f3b40b9c0e9c1fafda6bd6/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs#L374-L388 GitHub: Content.Server/Shuttles/EmergencyShuttleSystem.cs]</ref>
<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
Namescreen timer
DescriptionIt's a timer for sending timed signals to things, with a built-in screen.
ParentsEntity:SignalTimer
Sourcetimer.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]

References