STORE

Name

STORE -- class inheriting HOUSE

Class details

(defclass STORE (HOUSE)(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
inheritsHOUSE
# variables12
# methods24

Methods

(SETF STORE.ID)
 ((SETF STORE.ID) (OBJ STORE)) [accessor]

STORE.ID
 (STORE.ID (OBJ STORE)) [accessor]

(SETF STORE.ITEM-LIMIT)
 ((SETF STORE.ITEM-LIMIT) (OBJ STORE)) [accessor]

STORE.ITEM-LIMIT
 (STORE.ITEM-LIMIT (OBJ STORE)) [accessor]
Called By 

DEFINE-STORE

(SETF STORE.ITEMS)
 ((SETF STORE.ITEMS) (OBJ STORE)) [accessor]

STORE.ITEMS
 (STORE.ITEMS (OBJ STORE)) [accessor]
Called By 

%STORE-BUY-ITEM, %STORE-SELL-ITEM, ALLOCATE-OBJECT-IN-STORE!, STORE-DELETE-OBJ! and STORE-EMPTY?

(SETF STORE.MAX-ITEMS)
 ((SETF STORE.MAX-ITEMS) (OBJ STORE)) [accessor]

STORE.MAX-ITEMS
 (STORE.MAX-ITEMS (OBJ STORE)) [accessor]

(SETF STORE.MIN-ITEMS)
 ((SETF STORE.MIN-ITEMS) (OBJ STORE)) [accessor]

STORE.MIN-ITEMS
 (STORE.MIN-ITEMS (OBJ STORE)) [accessor]

(SETF STORE.NAME)
 ((SETF STORE.NAME) (OBJ STORE)) [accessor]

STORE.NAME
 (STORE.NAME (OBJ STORE)) [accessor]

(SETF STORE.NUMBER)
 ((SETF STORE.NUMBER) (OBJ STORE)) [accessor]

STORE.NUMBER
 (STORE.NUMBER (OBJ STORE)) [accessor]

(SETF STORE.OBJECT-DEPTH)
 ((SETF STORE.OBJECT-DEPTH) (OBJ STORE)) [accessor]

STORE.OBJECT-DEPTH
 (STORE.OBJECT-DEPTH (OBJ STORE)) [accessor]

(SETF STORE.POSSIBLE-OWNERS)
 ((SETF STORE.POSSIBLE-OWNERS) (OBJ STORE)) [accessor]

STORE.POSSIBLE-OWNERS
 (STORE.POSSIBLE-OWNERS (OBJ STORE)) [accessor]
Called By 

ADD-OWNER-TO-STORE-TYPE!

(SETF STORE.SELLS)
 ((SETF STORE.SELLS) (OBJ STORE)) [accessor]
Called By 

DEFINE-STORE

STORE.SELLS
 (STORE.SELLS (OBJ STORE)) [accessor]

(SETF STORE.TURNOVER)
 ((SETF STORE.TURNOVER) (OBJ STORE)) [accessor]

STORE.TURNOVER
 (STORE.TURNOVER (OBJ STORE)) [accessor]

(SETF STORE.WILL-BUY)
 ((SETF STORE.WILL-BUY) (OBJ STORE)) [accessor]
Called By 

DEFINE-STORE

STORE.WILL-BUY
 (STORE.WILL-BUY (OBJ STORE)) [accessor]
Called By 

STORE-BUYS-ITEM?

Slots

 slot ID is of type T
 slot ITEM-LIMIT is of type T
 slot ITEMS is of type T
 slot MAX-ITEMS is of type T
 slot MIN-ITEMS is of type T
 slot NAME is of type T
 slot NUMBER is of type T
 slot OBJECT-DEPTH is of type T
 slot POSSIBLE-OWNERS is of type T
 slot SELLS is of type T
 slot TURNOVER is of type T
 slot WILL-BUY is of type T

This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.