Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Output Templates category)
mNo edit summary
Line 1: Line 1:
{{ScrollBox|title=TriggerOnce|
{{ScrollBox|title=TriggerOnce|
{{IO|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}}}}
{{IO|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}}}}
{{IO|OnTrigger|Fired whenever the trigger is activated. {{activator|activator}}}}
{{IO|OnTrigger|Fires every ~0.2032 seconds when an entity is in the trigger.{{confirm}}}}
{{O BaseEntity|l4d=1}}
{{O BaseEntity|l4d=1}}
}}<noinclude>
}}<noinclude>
[[Category:Output Templates|TriggerOnce]]
[[Category:Output Templates|TriggerOnce]]
</noinclude>
</noinclude>

Revision as of 14:02, 7 July 2021

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
Fires every ~0.2032 seconds when an entity is in the trigger.[confirm]