Func teamblocker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{dods brush|func_teamblocker}} Walls that players of a certain team are unable to pass through. ===Keyvalues=== * {{KV Targetname}} * '''Team number (int)''' : <choices> The t...")
 
Line 2: Line 2:
Walls that players of a certain team are unable to pass through.  
Walls that players of a certain team are unable to pass through.  


===Keyvalues===
==Keyvalues==
* {{KV Targetname}}
* {{KV Targetname}}
* '''Team number (int)'''
* '''Team number (int)'''
Line 13: Line 13:
| 3 || Axis
| 3 || Axis
|}
|}
* {{I Targetname}}
==Inputs ==
* {{I Targetname}}

Revision as of 08:31, 1 August 2011

Template:Dods brush Walls that players of a certain team are unable to pass through.

Keyvalues

Name (targetname) <string>[ Edit ]
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

  • Team number (int)
<choices> The team that will be blocked. (Default is "0")
Value Description
2 Allies
3 Axis

Inputs