Template:I Trigger
Jump to navigation
Jump to search
{{{base}}}, {{{l4d2}}}, and {{{noscroll}}} are accepted just as they are for Template:I BaseEntity.
Trigger:
- TouchTest (in all games since
) - Triggers either the OnTouching or OnNotTouching outputs for whether anything is touching this entity.
- StartTouch (in all games since
) !FGD - Behave as if the !caller entity had just entered the trigger volume. Accepts non-physical entities.
- EndTouch (in all games since
) !FGD - Behave as if !caller had just exited the trigger volume.
- DisableAndEndTouch (only in
(
)) - Disables this trigger and calls EndTouch on all currently-touching entities.
BaseTrigger:
- Toggle
- Toggles this trigger between enabled and disabled states.
- Enable
- Enable trigger
- Disable
- Disable trigger
See Also
{{KV TriggerOnce}}{{Fl TriggerOnce}}{{I TriggerOnce}}{{O Trigger}}