Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(someone reword this if you think of better sentence)
m (is this good enough)
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 repeatedly while inside the volume, delay defined by ''Delay Before Reset''.}}
{{IO|OnTrigger|Fired repeatedly with a delay when an entity is in this trigger's volume. Delay is defined by ''Delay Before Reset'' key.}}
{{O BaseEntity|l4d=1}}
{{O BaseEntity|l4d=1}}
}}<noinclude>
}}<noinclude>
[[Category:Output Templates|TriggerOnce]]
[[Category:Output Templates|TriggerOnce]]
</noinclude>
</noinclude>

Revision as of 06:47, 17 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
Fired repeatedly with a delay when an entity is in this trigger's volume. Delay is defined by Delay Before Reset key.