Template:O Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Redirected page to Template:O BaseTrigger)
Tag: New redirect
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{ScrollBox|title=Trigger|noscroll=true|
#redirect [[Template:O BaseTrigger]]
; <code>OnEndTouch</code>
: 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}}
; <code>OnEndTouchAll</code>
: 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|<code>OnTouching</code>}}
; {{EP2 add|<code>OnNotTouching</code>}}
: Fired when the <code>TouchTest</code> input is called.
{{O TriggerOnce}}
}}

Latest revision as of 05:59, 8 August 2023