Template:O Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
(Redirected page to Template:O BaseTrigger)
Tag: New redirect
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{O TriggerOnce}}
#redirect [[Template:O BaseTrigger]]
* '''OnEndTouch'''
: Fired when an entity stops touching this trigger. Only entities that passed this trigger's filters will cause this output to fire. {{activator|exiting entity}}
* '''OnEndTouchAll'''
: Fires when the last entity in the entity's area exits this trigger or when this entity is disabled. Only entities that passed this trigger's filters are considered.  {{activator|last exiting entity}}
* '''{{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 05:59, 8 August 2023