Template:O TriggerOnce: Difference between revisions

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

Revision as of 15:13, 17 August 2005

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.
  • OnTrigger
Fired whenever the trigger is activated.