(defclass SPELLBOOK ()(...)) |
scope | package ORG.LANGBAND.VANILLA |
location | variants/vanilla/base.lisp |
# variables | 4 |
# methods | 8 |
((SETF SPELLBOOK.ID) (OBJ SPELLBOOK)) [accessor] |
Description | The id for the spellbook, used for lookups, e.g from object-kinds. |
(SPELLBOOK.ID (OBJ SPELLBOOK)) [accessor] |
Description | The id for the spellbook, used for lookups, e.g from object-kinds. | |
Called By |
((SETF SPELLBOOK.NAME) (OBJ SPELLBOOK)) [accessor] |
Description | The name of the spellbook, used for listings. |
(SPELLBOOK.NAME (OBJ SPELLBOOK)) [accessor] |
Description | The name of the spellbook, used for listings. | |
Called By |
((SETF SPELLBOOK.SIZE) (OBJ SPELLBOOK)) [accessor] |
Description | The size of the spellbook, ie how many spells it _can_ take. |
(SPELLBOOK.SIZE (OBJ SPELLBOOK)) [accessor] |
Description | The size of the spellbook, ie how many spells it _can_ take. | |
Called By | DISPLAY-SPELLS, INTERACTIVE-SPELL-SELECTION, VAN-INVOKE-SPELL! and VAN-LEARN-SPELL! |
((SETF SPELLBOOK.SPELLS) (OBJ SPELLBOOK)) [accessor] |
Description | An array of spell-objects. | |
Called By |
This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.