Template:O TriggerOnce: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (transfer)
Line 4: Line 4:
* '''OnTrigger'''
* '''OnTrigger'''
: Fired whenever the trigger is activated. {{activator|activator}}
: Fired whenever the trigger is activated. {{activator|activator}}
* '''{{ep2 add|OnTouching}}'''
: Fired when this entity's TouchTest is called.
* '''{{ep2 add|OnNotTouching}}'''
: Fired when this entity's TouchTest is called.

Revision as of 07:43, 8 October 2007

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)