Template:O Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Output Templates category)
(Redirected page to Template:O BaseTrigger)
Tag: New redirect
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScrollBox|title=Trigger|noscroll=true|
#redirect [[Template:O BaseTrigger]]
{{IO|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}}
{{Warning|This includes entities which are deleted while inside the trigger. In this case [[activator]] will be invalid.}}}}
{{IO|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}}}}
{{IO|OnTouching||since=EP2}}
{{IO|OnNotTouching|Fired when the <code>TouchTest</code> input is called.|since=EP2}}
{{O TriggerOnce}}
}}<noinclude>
[[Category:Output Templates|Trigger]]
</noinclude>

Latest revision as of 05:59, 8 August 2023