info_teleporter_countdown

From Valve Developer Community
Revision as of 13:23, 17 May 2024 by PeeBot (talk | contribs) (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Jump to navigation Jump to search
English (en)Translate (Translate)

info_teleporter_countdown is a point entity available in Half-Life 2 Half-Life 2, Half-Life 2: Episode One Half-Life 2: Episode One, Half-Life 2: Episode Two Half-Life 2: Episode Two, and Half-Life 2: Deathmatch Half-Life 2: Deathmatch. This is intended to be a timer counting down how much time is left before Breen teleports away from Earth, in d3_breen_01. It seems it was never fully finished. The status of the teleporter will appear on vgui_screen entities whose Panel Name is teleport_countdown_screen.

C++ In code, it is represented by theCInfoTeleporterCountdownclass, defined in theinfo_teleporter_countdown.cppfile.

Keyvalues

Inputs

StartCountdown <floatRedirectInput/float>
Starts the teleporter countdown. Requires an argument which is the number of seconds for the countdown.
Disable
Pauses the countdown. This pause can be indicated on the HUD.

{{IO|Enable|Restarts the countdown.

Confirm:Restart, or resume?
StopCountdown
Stops the countdown permanently.


Outputs