TRAP-TYPE

Name

TRAP-TYPE -- class

Class details

(defclass TRAP-TYPE ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables8
# methods16

Methods

(SETF GFX-SYM)
 ((SETF GFX-SYM) (OBJ TRAP-TYPE)) [accessor]
Description 

Graphical symbol for this trap.

GFX-SYM
 (GFX-SYM (OBJ TRAP-TYPE)) [accessor]
Description 

Graphical symbol for this trap.

(SETF TEXT-SYM)
 ((SETF TEXT-SYM) (OBJ TRAP-TYPE)) [accessor]
Description 

Textual symbol for this trap.

TEXT-SYM
 (TEXT-SYM (OBJ TRAP-TYPE)) [accessor]
Description 

Textual symbol for this trap.

(SETF TRAP.EFFECT)
 ((SETF TRAP.EFFECT) (OBJ TRAP-TYPE)) [accessor]
Description 

a funcallable object

Called By 

DEFINE-TRAP-TYPE

TRAP.EFFECT
 (TRAP.EFFECT (OBJ TRAP-TYPE)) [accessor]
Description 

a funcallable object

Called By 

%EXECUTE-TRAP

(SETF TRAP.ID)
 ((SETF TRAP.ID) (OBJ TRAP-TYPE)) [accessor]
Description 

string-id

TRAP.ID
 (TRAP.ID (OBJ TRAP-TYPE)) [accessor]
Description 

string-id

Called By 

%EXECUTE-TRAP, PRINT-OBJECT and PRINT-OBJECT

(SETF TRAP.MAX-DEPTH)
 ((SETF TRAP.MAX-DEPTH) (OBJ TRAP-TYPE)) [accessor]
Description 

maximum depth it can be generated at

TRAP.MAX-DEPTH
 (TRAP.MAX-DEPTH (OBJ TRAP-TYPE)) [accessor]
Description 

maximum depth it can be generated at

(SETF TRAP.MIN-DEPTH)
 ((SETF TRAP.MIN-DEPTH) (OBJ TRAP-TYPE)) [accessor]
Description 

minimum depth it can be generated at

TRAP.MIN-DEPTH
 (TRAP.MIN-DEPTH (OBJ TRAP-TYPE)) [accessor]
Description 

minimum depth it can be generated at

(SETF TRAP.NAME)
 ((SETF TRAP.NAME) (OBJ TRAP-TYPE)) [accessor]
Description 

displayable name

TRAP.NAME
 (TRAP.NAME (OBJ TRAP-TYPE)) [accessor]
Description 

displayable name

(SETF TRAP.RARITY)
 ((SETF TRAP.RARITY) (OBJ TRAP-TYPE)) [accessor]
Description 

the rarity of the trap

TRAP.RARITY
 (TRAP.RARITY (OBJ TRAP-TYPE)) [accessor]
Description 

the rarity of the trap

Slots

EFFECT
slot EFFECT is of type T
Description 

a funcallable object

GFX-SYM
slot GFX-SYM is of type T
Description 

Graphical symbol for this trap.

ID
slot ID is of type T
Description 

string-id

MAX-DEPTH
slot MAX-DEPTH is of type T
Description 

maximum depth it can be generated at

MIN-DEPTH
slot MIN-DEPTH is of type T
Description 

minimum depth it can be generated at

NAME
slot NAME is of type T
Description 

displayable name

RARITY
slot RARITY is of type T
Description 

the rarity of the trap

TEXT-SYM
slot TEXT-SYM is of type T
Description 

Textual symbol for this trap.

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