ACTIVE-DOOR

Name

ACTIVE-DOOR -- class inheriting DECOR

Class details

(defclass ACTIVE-DOOR (DECOR)(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
inheritsDECOR
# variables5
# methods8

Methods

(SETF DOOR.BROKEN?)
 ((SETF DOOR.BROKEN?) (OBJ ACTIVE-DOOR)) [accessor]
Called By 

%FILED-DOOR and PLACE-RANDOM-DOOR!

DOOR.BROKEN?
 (DOOR.BROKEN? (OBJ ACTIVE-DOOR)) [accessor]

(SETF DOOR.CLOSED?)
 ((SETF DOOR.CLOSED?) (OBJ ACTIVE-DOOR)) [accessor]
Called By 

%FILED-DOOR

DOOR.CLOSED?
 (DOOR.CLOSED? (OBJ ACTIVE-DOOR)) [accessor]
Called By 

IS-CLOSED-DOOR? and IS-OPEN-DOOR?

(SETF DOOR.LOCK)
 ((SETF DOOR.LOCK) (OBJ ACTIVE-DOOR)) [accessor]
Called By 

PLACE-RANDOM-DOOR!

DOOR.LOCK
 (DOOR.LOCK (OBJ ACTIVE-DOOR)) [accessor]

(SETF DOOR.STUCK)
 ((SETF DOOR.STUCK) (OBJ ACTIVE-DOOR)) [accessor]
Called By 

PLACE-RANDOM-DOOR!

DOOR.STUCK
 (DOOR.STUCK (OBJ ACTIVE-DOOR)) [accessor]

Slots

 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.