Info teleporter countdown: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
*[[Targetname]]
*[[Targetname]]


StartCountdown <float> Starts the teleporter countdown. Requires an argument which is the number of seconds for the countdown.
*'''StartCountdown <float>'''
:Starts the teleporter countdown. Requires an argument which is the number of seconds for the countdown.


StopCountdown Stops the countdown permanently
*'''StopCountdown'''
:Stops the countdown permanently


Disable Pauses the countdown due to a temporary malfunction. A warning sign will appear on the linked vgui screens.
*'''Disable'''
:Pauses the countdown due to a temporary malfunction. A warning sign will appear on the linked vgui screens.


Enable Restarts the countdown since the malfunction is finished.
*'''Enable'''
:Restarts the countdown since the malfunction is finished.


==Outputs==
==Outputs==
*[[Targetname]]
*[[Targetname]]
[[Category:Entities]]
[[Category:Entities]]

Revision as of 20:46, 9 July 2005

Template:Wrongtitle

Entity Description

Entity Name: info_teleporter_countdown

Countdown timer for the teleporter. The status of the teleporter will appear on vgui_screen entities whose panel is 'teleport_countdown_screen'.

Keyvalues

Inputs

  • StartCountdown <float>
Starts the teleporter countdown. Requires an argument which is the number of seconds for the countdown.
  • StopCountdown
Stops the countdown permanently
  • Disable
Pauses the countdown due to a temporary malfunction. A warning sign will appear on the linked vgui screens.
  • Enable
Restarts the countdown since the malfunction is finished.

Outputs