Dod capture area: Difference between revisions
Jump to navigation
Jump to search
(For Andreasen) |
No edit summary |
||
Line 1: | Line 1: | ||
= | {{wrongtitle|title=dod_capture_area}} | ||
< | ==Entity Description== | ||
Capture Area Brush Entity | |||
==Keyvalues== | |||
* {{kv targetname}} | |||
* '''area_cap_point''' | |||
: <target_source> Name of the control point this area is linked to | |||
* {{kv enabledisable}} | |||
* '''area_allies_cancap''' | |||
: {{boolean}} Can Allies Cap? | |||
* '''area_axis_cancap''' | |||
: {{boolean}} Can Axis Cap? | |||
* '''area_allies_numcap''' | |||
: <integer> Number of Allies to cap | |||
* '''area_axis_numcap''' | |||
: <integer> Number of Axis to cap | |||
* '''area_time_to_cap''' | |||
: <integer> Time to cap (sec) | |||
==Inputs== | |||
*{{i targetname}} | |||
*{{i enabledisable}} | |||
==Outputs== | |||
*{{o targetname}} | |||
* '''OnAlliesStartCap''' | |||
: Sent when Allies start capture | |||
* '''OnAlliesBreakCap''' | |||
: Sent when Allies break capture | |||
* '''OnAlliesEndCap''' | |||
: Sent when Allies end capture | |||
* '''OnAxisStartCap''' | |||
: Sent when Axis start capture | |||
* '''OnAxisBreakCap''' | |||
: Sent when Axis break capture | |||
] | * '''OnAxisEndCap''' | ||
: Sent when Axis end capture | |||
* '''OnStartCap''' | |||
: Sent when either team starts capture | |||
* '''OnBreakCap''' | |||
: Sent when either team break capture | |||
* '''OnEndCap''' | |||
: Sent when either team end capture | |||
[[Category:Day of Defeat: Source Entities]] |
Revision as of 06:47, 21 April 2006
Entity Description
Capture Area Brush Entity
Keyvalues
- Template:Kv targetname
- area_cap_point
- <target_source> Name of the control point this area is linked to
- Template:Kv enabledisable
- area_allies_cancap
- <boolean> Can Allies Cap?
- area_axis_cancap
- <boolean> Can Axis Cap?
- area_allies_numcap
- <integer> Number of Allies to cap
- area_axis_numcap
- <integer> Number of Axis to cap
- area_time_to_cap
- <integer> Time to cap (sec)
Inputs
Outputs
- Template:O targetname
- OnAlliesStartCap
- Sent when Allies start capture
- OnAlliesBreakCap
- Sent when Allies break capture
- OnAlliesEndCap
- Sent when Allies end capture
- OnAxisStartCap
- Sent when Axis start capture
- OnAxisBreakCap
- Sent when Axis break capture
- OnAxisEndCap
- Sent when Axis end capture
- OnStartCap
- Sent when either team starts capture
- OnBreakCap
- Sent when either team break capture
- OnEndCap
- Sent when either team end capture