SYNOPSIS
#include <defs>
inherit STD_DOOR;
FILE
/std/door.c
DESCRIPTION
A standard door.
Doors may be locked/unlocked/closed/opened. Also, they understand the
special "enter door" syntax automatically. If you want to add doors
to a room, have a look at the add_door method in rooms.
SEE ALSO
std/object, std/room, std/key, module/lockable, module/closable,
module/enterable
| get_direction | get_open_status | set_auto_open | set_closed |
| set_direction | set_door_id | set_locked | test_open |