Info teleporter countdown: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Technical limitations and cleanup)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=info_teleporter_countdown}}
{{wrongtitle|title=info_teleporter_countdown}}
{{cleanup}}
==Entity Description==
 
'''Entity Name:''' info_teleporter_countdown
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'.
Countdown timer for the teleporter. The status of the teleporter will appear on vgui_screen entities whose panel is 'teleport_countdown_screen'.


KEYS
==Keyvalues==
 
Name targetname <target_source> The name that other entities refer to this entity by.
 
 
INPUTS
 
Kill Removes this entity from the world.
 
KillHierarchy Removes this entity and all its children from the world.
 
AddOutput <string> Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.


FireUser1 Causes this entity's OnUser1 output to be fired.
*[[Targetname]]
 
==Inputs==
FireUser2 Causes this entity's OnUser2 output to be fired.
*[[Targetname]]
 
FireUser3 Causes this entity's OnUser3 output to be fired.
 
FireUser4 Causes this entity's OnUser4 output to be fired.


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.
Line 35: Line 19:
Enable Restarts the countdown since the malfunction is finished.
Enable Restarts the countdown since the malfunction is finished.


 
==Outputs==
OUTPUTS
*[[Targetname]]
 
[[Category:Entities]]
OnUser1 Fired in response to FireUser1 input.
 
OnUser2 Fired in response to FireUser2 input.
 
OnUser3 Fired in response to FireUser3 input.
 
OnUser4 Fired in response to FireUser4 input.

Revision as of 20:45, 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