Template:O Trigger: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (stopped the language bar from showing up when transcluded.)
(Redirected page to Template:O BaseTrigger)
Tag: New redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{lang|{{FULLPAGENAME}}}}[[Category:Output Templates|Trigger]]
#redirect [[Template:O BaseTrigger]]
<onlyinclude>{{ScrollBox|title=Trigger|noscroll=true|
{{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 <tt>!activator</tt> 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}}}}</onlyinclude>

Latest revision as of 05:59, 8 August 2023