Func noportal volume: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 8: Line 8:


== Keyvalues ==
== Keyvalues ==
* {{kv targetname}}
* {{KV Targetname}}
* {{KV Parentname}}
* {{KV Parentname}}



Revision as of 19:59, 19 January 2009

Template:Wrongtitle

Entity description

A region in which no portal can be placed.

Availability

This brush-based entity is exclusive to Portal.

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

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

Outputs