Template:I BaseTrigger
Jump to navigation
Jump to search
Hide the TF2 input with |notf2=1
BaseTrigger:
- Toggle
- Toggles this trigger between enabled and disabled states.
- TouchTest (in all games since
) - For testing if something is currently touching the trigger. Fires either the
OnTouchingorOnNotTouchingoutput.
- EndTouch (in all games since
) !FGD - Fires the
OnEndTouchoutput. - DisableAndEndTouch (in all games since
(
)) - Disables this trigger and acts as if all currently touching entities have stopped touching it immediately.
Team Fortress 2's branch of
Source 2013 Multiplayer only.
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.