Func noportal volume: Difference between revisions
Jump to navigation
Jump to search
m (Updated entity data style for consistency) |
(Cleanup) |
||
Line 1: | Line 1: | ||
{{portal series brush|func_noportal_volume}} | {{portal series brush|func_noportal_volume}} It defines a region in which no portal can be placed. | ||
== Keyvalues == | == Keyvalues == | ||
Line 9: | Line 6: | ||
== Flags == | == Flags == | ||
* 1: Start inactive | * 1 : Start inactive | ||
== Inputs == | == Inputs == | ||
{{IO|Deactivate|Turn off blocking functionality}} | |||
{{IO|Activate|Turn on blocking functionality}} | |||
{{IO|Toggle|Toggle blocking functionality}} | |||
{{I Targetname}} | {{I Targetname}} | ||
{{I Parentname}} | |||
== Outputs == | == Outputs == | ||
{{O Targetname}} | {{O Targetname}} |
Revision as of 15:44, 31 July 2011
Template:Portal series brush It defines 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
- Deactivate
- Turn off blocking functionality
- Activate
- Turn on blocking functionality
- Toggle
- Toggle blocking functionality
Parentname:
- SetParent <string >
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <string >
- Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
- SetParentAttachmentMaintainOffset <string >
- As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
- ClearParent
- Removes this entity from the the movement hierarchy, leaving it free to move independently.