Door : Lockable : Item : UObject POL
Object Reference

The 'Door' object includes doors, gates, and magic doors.  

Methods

open close toggle

Properties

isopen


Methods

door.open()
Function: Opens the door, even if it is locked.

 

door.close()
Function: Closes the door.

 

door.toggle()
Function: If the door is closed, opens it (even if it is locked).  If it is open, closes it.

 

Properties

door.isopen : integer
Definition: True if the door is open; false if it is closed.