Template:O Door

From Valve Developer Community
Revision as of 19:02, 1 May 2006 by Ts2do (talk | contribs) (fixed =)
Jump to navigation Jump to search

OnClose

Fired when the door is told to close. (!activator is the opener (sometimes = !this))
  • OnOpen
Fired when the door is told to open. (!activator is the opener (sometimes = !this))
  • 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.