Template:KV TriggerOnce: Difference between revisions
Jump to navigation
Jump to search
(Category and templates) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=TriggerOnce| | {{ScrollBox|title=TriggerOnce|noscroll=true| | ||
{{KV|Filter Name| | {{KV|Filter Name|filter|A filter entity to test potential activators against.}} | ||
{{KV Targetname}} | {{KV Targetname}} | ||
{{KV Parentname | {{KV Parentname|cswarning=true|triggerwarning=true}} | ||
{{KV Origin}} | {{KV Origin}} | ||
{{KV EnableDisable}} | {{KV EnableDisable}} |
Revision as of 02:44, 29 July 2011
TriggerOnce:
- Filter Name ([todo internal name (i)]) <filter>
- A filter entity to test potential activators against.
- 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.
Warning:If a trigger does not start out with a parent but rather is assigned one dynamically, choose another entity and add it here as a dummy. Otherwise the trigger will stop colliding properly when it gets its real parent.
Warning:In
, parenting this entity to another can break your map.
Origin:
- Origin (X Y Z) (origin) <origin>
- The position of this entity's center in the world. Rotating entities typically rotate around their origin.
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Global:
- Global Entity Name (globalname) <string>
- Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map will have the previous map's state copied over their state.