(defclass ACTIVE-MONSTER (CREATURE)(...)) |
scope | package ORG.LANGBAND.ENGINE |
location | classes.lisp |
inherits | CREATURE |
# variables | 11 |
# methods | 22 |
(AMON.SEEN-BY-PLAYER? (OBJ ACTIVE-MONSTER)) [accessor] |
Called By | %PRINT-TARGET, APPLY-PROJECTION-EFFECT-TO-TARGET!, DRAW-CREATURES and HANDLE-MOUSE-CLICK |
((SETF AMON.STRATEGIES) (OBJ ACTIVE-MONSTER)) [accessor] |
Description | An ordered list of strategies the monster can choose. | |
Called By |
(AMON.STRATEGIES (OBJ ACTIVE-MONSTER)) [accessor] |
Description | An ordered list of strategies the monster can choose. |
((SETF AMON.TACTICS) (OBJ ACTIVE-MONSTER)) [accessor] |
Description | An unordered list of tactics the monster knows and can use. |
(AMON.TACTICS (OBJ ACTIVE-MONSTER)) [accessor] |
Description | An unordered list of tactics the monster knows and can use. |
((SETF AMON.TEMP-ATTRS) (OBJ ACTIVE-MONSTER)) [accessor] |
Description | Should be a hash-table with temporary attributes. |
(AMON.TEMP-ATTRS (OBJ ACTIVE-MONSTER)) [accessor] |
Description | Should be a hash-table with temporary attributes. |
(AMON.VIS-FLAG (OBJ ACTIVE-MONSTER)) [accessor] |
Called By | DETECT-EVIL-MONSTERS!, DETECT-INVISIBLE! and DETECT-MONSTERS! |
((SETF GET-CREATURE-INVENTORY) (OBJ ACTIVE-MONSTER)) [accessor] |
Description | A pointer to an item-container. | |
Called By | %FILED-PLAYER, ENSURE-MONSTER-HAS-BACKPACK! and PRODUCE-PLAYER-OBJECT |
(GET-CREATURE-INVENTORY (OBJ ACTIVE-MONSTER)) [accessor] |
Description | A pointer to an item-container. | |
Called By | %HOME-INPUT-LOOP, %STORE-BUY-ITEM, CARRIES-OBJECT?, ENSURE-MONSTER-HAS-BACKPACK!, EQUIP-CHARACTER!, INTERACTIVE-BOOK-SELECTION, PICK-UP-FROM-FLOOR!, PRODUCE-ACTIVE-MONSTER, REMOVE-CURSE!, TRIGGER-SPECIAL-ABILITY and UPDATE-INVENTORY-ROW |
(GET-CREATURE-MANA (OBJ ACTIVE-MONSTER)) [accessor] |
Called By | PRODUCE-ACTIVE-MONSTER, TRIGGER-SPECIAL-ABILITY, TRIGGER-SPECIAL-ABILITY and TRIGGER-SPECIAL-ABILITY |
slot KIND is of type T slot MANA is of type T slot SEEN is of type T slot SPEED is of type T |
This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.