Template:I BaseTrigger

From Valve Developer Community
Revision as of 09:33, 22 September 2018 by Pinsplash (talk | contribs) (Created page with "{{minititle|BaseTrigger}} {{IO|Toggle|Toggles this trigger between enabled and disabled states.}} {{IO|TouchTest|since=EP2|For testing if something is ''currently'' touching t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BaseTrigger:

Toggle
Toggles this trigger between enabled and disabled states.
TouchTest  (in all games since Half-Life 2: Episode Two)
For testing if something is currently touching the trigger. Fires either the OnTouching or OnNotTouching output.
StartTouch  (in all games since Half-Life 2: Episode Two) !FGD
Fires the OnStartTouch output.
EndTouch  (in all games since Half-Life 2: Episode Two) !FGD
Fires the OnEndTouch output.

EnableDisable:

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