Template:O Button: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Template:O button moved to Template:O Button: Moving...)
mNo edit summary
Line 1: Line 1:
'''OnDamaged'''
* '''OnDamaged'''
: Fired when the button is damaged. {{activator|damage inflictor}}
: Fired when the button is damaged. {{activator|damage inflictor}}
* '''OnPressed'''
* '''OnPressed'''

Revision as of 08:09, 31 October 2010

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