Door : Lockable : Item : UObject | POL Object Reference |
The 'Door' object includes doors, gates, and magic doors.
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. |
door.isopen : integer | |
Definition: | True if the door is open; false if it is closed. |