Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
Line 1: Line 1:
{{o targetname}}
{{O Targetname}}
* '''OnStartTouch'''
* '''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}}
: 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}}

Revision as of 22:37, 19 January 2009

  • 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)
Fired when all surviving survivors start touching this trigger.
  • OnTrigger
Fired whenever the trigger is activated. (!activator is the activator)