Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎top: Substituted IO templates)
 
(15 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{o targetname}}
{{lang|Template:O TriggerOnce}}[[Category:Output Templates|TriggerOnce]]
* '''OnStartTouch'''
<onlyinclude>{{minititle|TriggerOnce}}
: Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. {{activator|toucher}}
{{O|OnStartTouch|Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. {{activator|"toucher."}}}}
* '''OnTrigger'''
{{O|OnTrigger|Fired repeatedly with a delay while an entity is within this trigger's volume. Delay is defined by <tt>Delay Before Reset</tt> key.}}</onlyinclude>
: Fired whenever the trigger is activated. {{activator|activator}}
* '''{{ep2 add|OnTouching}}'''
: Fired when this entity's TouchTest is called.
* '''{{ep2 add|OnNotTouching}}'''
: Fired when this entity's TouchTest is called.

Latest revision as of 13:13, 21 April 2025

TriggerOnce:

OnStartTouch
Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. (!activator is the "toucher.")
OnTrigger
Fired repeatedly with a delay while an entity is within this trigger's volume. Delay is defined by Delay Before Reset key.