Template:O Button

From Valve Developer Community
Revision as of 18:54, 16 April 2006 by Ts2do (talk | contribs) (!activator)
Jump to navigation Jump to search

OnDamaged

Fired when the button is damaged. Use !activator to target the damage inflictor.
  • OnPressed
Fired when the button is pressed. Use !activator to target the activator.
  • OnUseLocked
Fired when the button is used while locked. Use !activator to target the activator.
  • OnIn
Fired when the button reaches the in/pressed position. Use !activator to target the activator.
  • OnOut
Fired when the button reaches the out/released position. Use !activator to target the activator.