langband-engine Reference Documentation
(defclass ACTIVE-DOOR (DECOR)(...))
(SETF DOOR.BROKEN?)
((SETF DOOR.BROKEN?) (OBJ ACTIVE-DOOR)) [accessor]
%FILED-DOOR and PLACE-RANDOM-DOOR!
DOOR.BROKEN?
(DOOR.BROKEN? (OBJ ACTIVE-DOOR)) [accessor]
(SETF DOOR.CLOSED?)
((SETF DOOR.CLOSED?) (OBJ ACTIVE-DOOR)) [accessor]
%FILED-DOOR
DOOR.CLOSED?
(DOOR.CLOSED? (OBJ ACTIVE-DOOR)) [accessor]
IS-CLOSED-DOOR? and IS-OPEN-DOOR?
(SETF DOOR.LOCK)
((SETF DOOR.LOCK) (OBJ ACTIVE-DOOR)) [accessor]
PLACE-RANDOM-DOOR!
DOOR.LOCK
(DOOR.LOCK (OBJ ACTIVE-DOOR)) [accessor]
(SETF DOOR.STUCK)
((SETF DOOR.STUCK) (OBJ ACTIVE-DOOR)) [accessor]
DOOR.STUCK
(DOOR.STUCK (OBJ ACTIVE-DOOR)) [accessor]
slot BROKEN? is of type T slot CLOSED? is of type T slot LOCK is of type T slot STUCK is of type T slot VISIBLE? is of type T
This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.