Template:KV TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Linked to the entity.)
m (note about moving triggers)
Line 1: Line 1:
{{kv targetname}}
{{kv targetname}}
* {{kv parentname}}
* {{kv parentname}}
: If a trigger does not start out with a parent, but rather gets one during run-time, this value should be set to a static entity. This is so the entity's solidity is set to VPhysics rather than BSP.
* {{kv origin}}
* {{kv origin}}
* {{kv enabledisable}}
* {{kv enabledisable}}

Revision as of 21:09, 9 August 2006

Template:Kv targetname

If a trigger does not start out with a parent, but rather gets one during run-time, this value should be set to a static entity. This is so the entity's solidity is set to VPhysics rather than BSP.
<filterclass> Filter to use to see if activator triggers me. See the filter_activator_name entity for further explanation.