Template:O Door: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m ({{activator}})
Line 1: Line 1:
{{o targetname}}
* '''OnClose'''
* '''OnClose'''
: Fired when the door starts closing.
: Fired when the door is told to close. {{activator|opener (sometimes = [[Targetname|!this]]}}
* '''OnOpen'''
* '''OnOpen'''
: Fired when the door starts opening.
: Fired when the door is told to open. {{activator|opener (sometimes = [[Targetname|!this]]}}
* '''OnFullyOpen'''
* '''OnFullyOpen'''
: Fired when the door reaches the fully open position.
: Fired when the door reaches the fully open position. {{activator|user}}
* '''OnFullyClosed'''
* '''OnFullyClosed'''
: Fired when the door reaches the fully closed position.
: Fired when the door reaches the fully closed position. {{activator|user}}
* '''OnBlockedClosing'''
* '''OnBlockedClosing'''
: Fired when the door is blocked while closing.
: Fired when the door is blocked while closing. {{activator|blocker}}
* '''OnBlockedOpening'''
* '''OnBlockedOpening'''
: Fired when the door is blocked while opening.
: Fired when the door is blocked while opening. {{activator|blocker}}
* '''OnUnblockedClosing'''
* '''OnUnblockedClosing'''
: Fired when the door is unblocked while closing.
: Fired when the door is unblocked while closing.
* '''OnUnblockedOpening'''
* '''OnUnblockedOpening'''
: Fired when the door is unblocked while opening.
: Fired when the door is unblocked while opening.

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.