asw_holdout_mode

From Valve Developer Community
Jump to: navigation, search
English (en)Translate (Translate)
Class hierarchy
CASW_Holdout_Mode
CBaseEntity
asw_holdout_mode.cpp

asw_holdout_mode is a point entity available in Alien Swarm Alien Swarm.

Stub

This article or section is a stub. You can help by adding to it.

It causes the map to run in Holdout Mode. This mode is much like a survival mode where waves of enemies continuously attack the player.

Keyvalues

Name (targetname) <string>
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Holdout Filename (filename) <string>
This is the filename of the holdout script that defines the waves, etc. Assumes a path of resource\Holdout\.

Inputs

UnlockResupply
Tells the holdout that you want to let the player resupply at the end of the round.

Outputs

OnAnnounceWave01 to OnAnnounceWave10
Fired when Wave01–10 is announced.
OnAnnounceWaveDefault
Fired when any wave is announced.
OnWave01 to OnWave10
Fired when Wave01–10 starts.
OnWaveDefault
Fired at the start of all waves.