Func noportal volume: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Updated entity data style for consistency) |
||
Line 5: | Line 5: | ||
== Keyvalues == | == Keyvalues == | ||
{{KV Targetname}} | |||
{{KV Parentname}} | |||
== Flags == | == Flags == | ||
Line 12: | Line 12: | ||
== Inputs == | == Inputs == | ||
{{I Targetname}} | |||
; <code>Activate</code> | |||
: Turn on blocking functionality | : Turn on blocking functionality | ||
; <code>Deactivate</code> | |||
: Turn off blocking functionality | : Turn off blocking functionality | ||
; <code>Toggle</code> | |||
: Toggle blocking functionality | : Toggle blocking functionality | ||
== Outputs == | == Outputs == | ||
{{O Targetname}} |
Revision as of 12:10, 3 May 2011
Entity description
A region in which no portal can be placed.
Keyvalues
- 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
Parentname:
- Parent (parentname) <targetname>
- Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Flags
- 1: Start inactive
Inputs
Activate
- Turn on blocking functionality
Deactivate
- Turn off blocking functionality
Toggle
- Toggle blocking functionality