(defclass TEMP-CREATURE-ATTRIBUTE (CREATURE-ATTRIBUTE)(...)) |
scope | package ORG.LANGBAND.ENGINE |
location | classes.lisp |
inherits | CREATURE-ATTRIBUTE |
# variables | 5 |
# methods | 10 |
((SETF ATTR.DURATION) (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | How long duration has the effect. | |
Called By | %MODIFY-BOOLEAN-EFFECT, %MODIFY-LEVELED-EFFECT and TOGGLE-WORD-OF-RECALL! |
(ATTR.DURATION (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | How long duration has the effect. | |
Called By | %MODIFY-BOOLEAN-EFFECT, %MODIFY-LEVELED-EFFECT and PRINT-OBJECT |
((SETF ATTR.ON-UPDATE) (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | If function exists, it is called after the state is changed off/on. |
(ATTR.ON-UPDATE (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | If function exists, it is called after the state is changed off/on. | |
Called By |
((SETF ATTR.TURNED-OFF-MSG) (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | A string that is printed when the attribute/state is turned off. |
(ATTR.TURNED-OFF-MSG (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | A string that is printed when the attribute/state is turned off. | |
Called By |
((SETF ATTR.TURNED-ON-MSG) (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | A string that is printed when the attribute/state is turned on. |
(ATTR.TURNED-ON-MSG (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | A string that is printed when the attribute/state is turned on. | |
Called By |
((SETF ATTR.UPDATE-FUN) (OBJ TEMP-CREATURE-ATTRIBUTE)) [accessor] |
Description | Function that is called whenever duration/state is altered. |
slot ON-UPDATE is of type T |
Description | If function exists, it is called after the state is changed off/on. |
slot TURNED-OFF-MSG is of type T |
Description | A string that is printed when the attribute/state is turned off. |
This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.