vgui_neurotoxin_countdown
Jump to navigation
Jump to search
Code classes:
CNeurotoxinCountdown
CBaseEntity
(all ents)
vgui_neurotoxin_countdown
is a point entity present in both Portal games. It's a screen used to count down the player's remaining time until they die from neurotoxin. It doesn't actually kill them; that's done by hurting the player through something like trigger_hurt
and coloring the view with env_fade
.
Note: In the timer must be started by using the startneurotoxins
command.
Keyvalues[edit | edit source]
- Panel width
(width)
<float>
- Width of the panel.
- Panel height
(height)
<float>
- Height of the panel.
- Countdown time
(countdown)
<float>
(only available in ) - How many seconds are on the timer. In the time is always 180. If changed with AddOutput, the timer will reset to the given time.