CHARACTER-STAT

Name

CHARACTER-STAT -- class

Class details

(defclass CHARACTER-STAT ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables9
# methods18

Methods

(SETF STAT.ABBREVIATION)
 ((SETF STAT.ABBREVIATION) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.ABBREVIATION
 (STAT.ABBREVIATION (OBJ CHARACTER-STAT)) [accessor]
Called By 

GET-STAT-NAME-FROM-NUM and GET-STAT-NAME-FROM-SYM

(SETF STAT.BIT-FLAG)
 ((SETF STAT.BIT-FLAG) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.BIT-FLAG
 (STAT.BIT-FLAG (OBJ CHARACTER-STAT)) [accessor]
Called By 

UPDATE-PLAYER-STAT!

(SETF STAT.DATA)
 ((SETF STAT.DATA) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.DATA
 (STAT.DATA (OBJ CHARACTER-STAT)) [accessor]

(SETF STAT.FIELDS)
 ((SETF STAT.FIELDS) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.FIELDS
 (STAT.FIELDS (OBJ CHARACTER-STAT)) [accessor]
Called By 

GET-STAT-INFO

(SETF STAT.NAME)
 ((SETF STAT.NAME) (OBJ CHARACTER-STAT)) [accessor]

STAT.NAME
 (STAT.NAME (OBJ CHARACTER-STAT)) [accessor]

(SETF STAT.NEGATIVE-DESC)
 ((SETF STAT.NEGATIVE-DESC) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.NEGATIVE-DESC
 (STAT.NEGATIVE-DESC (OBJ CHARACTER-STAT)) [accessor]
Called By 

UPDATE-PLAYER-STAT!

(SETF STAT.NUMBER)
 ((SETF STAT.NUMBER) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.NUMBER
 (STAT.NUMBER (OBJ CHARACTER-STAT)) [accessor]
Called By 

CAN-LEARN-MORE-SPELLS?, GET-STAT-INFO-VALUE, GET-STAT-NUM-FROM-SYM, HANDLE-PLAYER-UPDATES!, PRINT-OBJECT and UPDATE-PLAYER-STAT!

(SETF STAT.POSITIVE-DESC)
 ((SETF STAT.POSITIVE-DESC) (OBJ CHARACTER-STAT)) [accessor]
Called By 

DEFINE-CHARACTER-STAT

STAT.POSITIVE-DESC
 (STAT.POSITIVE-DESC (OBJ CHARACTER-STAT)) [accessor]
Called By 

UPDATE-PLAYER-STAT!

(SETF STAT.SYMBOL)
 ((SETF STAT.SYMBOL) (OBJ CHARACTER-STAT)) [accessor]

STAT.SYMBOL
 (STAT.SYMBOL (OBJ CHARACTER-STAT)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES! and PRINT-OBJECT

Slots

 slot ABBREVIATION is of type T
 slot BIT-FLAG is of type T
 slot DATA is of type T
 slot FIELDS is of type T
 slot NAME is of type T
 slot NEGATIVE-DESC is of type T
 slot NUMBER is of type T
 slot POSITIVE-DESC is of type T
 slot SYMBOL is of type T

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