Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
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.
: 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.
* '''OnTrigger'''
* '''OnTrigger'''
: Fired whenever the trigger is activated.
: Fired whenever the trigger is activated. Use !activator to target the activator.

Revision as of 19:14, 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. Use !activator to target the toucher.
  • OnTrigger
Fired whenever the trigger is activated. Use !activator to target the activator.