Asw holdout mode: Difference between revisions
Jump to navigation
Jump to search
(Added entity data) |
XFunc CaRteR (talk | contribs) |
||
Line 5: | Line 5: | ||
== Entity description == | == Entity description == | ||
When placed in a map, the map will run in Holdout Mode. | When placed in a map, the map will run in Holdout Mode. | ||
{{todo}}: What is Holdout Mode? | |||
== Keyvalues == | == Keyvalues == |
Revision as of 10:47, 27 November 2011
Entity description
When placed in a map, the map will run in Holdout Mode.
[Todo]: What is Holdout Mode?
Keyvalues
- Holdout Filename ([todo internal name (i)]) <string>
- This is the filename of the holdout script that defines the waves, etc. (assumes a path of 'resourceHoldout')
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
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.