Dod capture area: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 4: Line 4:
==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}
* {{kv enabledisable}}
* {{KV EnableDisable}}
* '''area_allies_cancap'''
* '''area_allies_cancap'''
: {{boolean}} Can Allies Cap?
: {{boolean}} Can Allies Cap?

Revision as of 19:46, 19 January 2009

Template:Wrongtitle

Entity Description

Capture Area Brush Entity

Keyvalues

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).
  • 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)
  • area_cap_point
<target_destination> Name of the control point this area is linked to

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs

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