Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{O Targetname}}
{{ScrollBox|title=TriggerOnce|
* '''OnStartTouch'''
; <code>OnStartTouch</code>
: 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}}
: 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}}
* '''OnTrigger'''
; <code>OnTrigger</code>
: Fired whenever the trigger is activated. {{activator|activator}}
: Fired whenever the trigger is activated. {{activator|activator}}
{{O Targetname}}
}}

Revision as of 14:33, 19 July 2009

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 whenever the trigger is activated. (!activator is the activator)