Template:I BaseTrigger

From Valve Developer Community
Revision as of 00:23, 9 April 2023 by Naomi2319 (talk | contribs) (Fix)
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 Source 2007)
For testing if something is currently touching the trigger. Fires either the OnTouching or OnNotTouching output.
StartTouch  (in all games since Source 2007) !FGD
Fires the OnStartTouch output.
EndTouch  (in all games since Source 2007) !FGD
Fires the OnEndTouch output.
DisableAndEndTouch  (in all games since Source 2013 Multiplayer(Team Fortress 2))
Disables this trigger and acts as if all currently touching entities have stopped touching it immediately. Team Fortress 2 Team Fortress 2's branch of Source 2013 Multiplayer Source 2013 Multiplayer only.

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.