Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (!activator)
m ({{activator}})
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. Use !activator to target the 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'''
* '''OnTrigger'''
: Fired whenever the trigger is activated. Use !activator to target the activator.
: Fired whenever the trigger is activated. {{activator|activator}}

Revision as of 19:51, 16 April 2006

Template:O targetname

  • 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)