Trigger transition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Cleanup) |
||
Line 1: | Line 1: | ||
{{ | {{base brush|trigger_transition}} | ||
{{ | {{sensor brush}} | ||
==Entity Description== | ==Entity Description== | ||
'''Trigger_transition''' controls which [[entity|entities]] go through a level transition. Trigger transitions should be named the same as the [[info_landmark]] which is associated with a particular [[trigger_changelevel]]. Any entities which are within the trigger_transition brush volume will then go to the next map. The player must also be inside the brush volume. | '''Trigger_transition''' controls which [[entity|entities]] go through a level transition. Trigger transitions should be named the same as the [[info_landmark]] which is associated with a particular [[trigger_changelevel]]. Any entities which are within the trigger_transition brush volume will then go to the next map. The player must also be inside the brush volume. | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | |||
==Inputs== | ==Inputs== | ||
{{I Targetname}} | |||
==Outputs== | ==Outputs== | ||
{{O Targetname}} |
Revision as of 08:02, 3 June 2011
Entity Description
Trigger_transition controls which entities go through a level transition. Trigger transitions should be named the same as the info_landmark which is associated with a particular trigger_changelevel. Any entities which are within the trigger_transition brush volume will then go to the next map. The player must also be inside the brush volume.
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