Template:O Door

From Valve Developer Community
Revision as of 20:17, 16 April 2006 by Ts2do (talk | contribs) ({{activator}})
Jump to navigation Jump to search
  • 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.