asw_objective_countdown
Jump to navigation
Jump to search
Code classes:
CASW_Objective_Countdown
CASW_Objective
(objectives)CBaseEntity
(all ents)
asw_objective_countdown
is a point entity present in Alien Swarm. It's used in Timor Station for the escape countdown.Want spoilers? If the objective is not complete before the timer reaches 0, the mission will be failed.
Keyvalues[edit | edit source]
- Countdown Length
(CountdownLength)
<float>
- How many seconds are on the timer.
Inputs[edit | edit source]
- StartCountdown
- Makes the timer start counting down.
- CancelCountdown
- Cancels the timer and marks this objective as complete.
Outputs[edit | edit source]
- OnCountdownFailed
- Fires when the timer reaches 0.