Template:O Door: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (fixed =)
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 <nowiki>=</nowiki> [[Targetname|!this]])}}
* '''OnOpen'''
* '''OnOpen'''
: Fired when the door is told to open. {{activator|opener (sometimes = [[Targetname|!this]]}}
: Fired when the door is told to open. {{activator|opener (sometimes <nowiki>=</nowiki> [[Targetname|!this]])}}
* '''OnFullyOpen'''
* '''OnFullyOpen'''
: Fired when the door reaches the fully open position. {{activator|user}}
: Fired when the door reaches the fully open position. {{activator|user}}

Revision as of 19:02, 1 May 2006

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.