Template:O Door: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m ({{activator}})
mNo edit summary
Line 1: Line 1:
* '''OnClose'''
'''OnClose'''
: Fired when the door is told to close. {{activator|opener (sometimes = [[Targetname|!this]]}}
: Fired when the door is told to close. {{activator|opener (sometimes = [[Targetname|!this]]}}
* '''OnOpen'''
* '''OnOpen'''

Revision as of 20:17, 16 April 2006

OnClose

Fired when the door is told to close. (!activator is the {{{1}}})
  • OnOpen
Fired when the door is told to open. (!activator is the {{{1}}})
  • OnFullyOpen
Fired when the door reaches the fully open position. (!activator is the user)
  • OnFullyClosed
Fired when the door reaches the fully closed position. (!activator is the user)
  • OnBlockedClosing
Fired when the door is blocked while closing. (!activator is the blocker)
  • OnBlockedOpening
Fired when the door is blocked while opening. (!activator is the blocker)
  • OnUnblockedClosing
Fired when the door is unblocked while closing.
  • OnUnblockedOpening
Fired when the door is unblocked while opening.