PLAYER-ABILITIES

Name

PLAYER-ABILITIES -- class

Description

A helper-class for the player-object.

Class details

(defclass PLAYER-ABILITIES ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables4
# methods8

Methods

(SETF GET-ARMOUR-MODIFIER)
 ((SETF GET-ARMOUR-MODIFIER) (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

GET-ARMOUR-MODIFIER
 (GET-ARMOUR-MODIFIER (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

(SETF GET-ARMOUR-RATING)
 ((SETF GET-ARMOUR-RATING) (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer, >= 0

GET-ARMOUR-RATING
 (GET-ARMOUR-RATING (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer, >= 0

(SETF GET-DAMAGE-MODIFIER)
 ((SETF GET-DAMAGE-MODIFIER) (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

GET-DAMAGE-MODIFIER
 (GET-DAMAGE-MODIFIER (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

(SETF GET-TOHIT-MODIFIER)
 ((SETF GET-TOHIT-MODIFIER) (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

GET-TOHIT-MODIFIER
 (GET-TOHIT-MODIFIER (OBJ PLAYER-ABILITIES)) [accessor]
Description 

integer

Slots

ARMOUR-MODIFIER
slot ARMOUR-MODIFIER is of type T
Description 

integer

ARMOUR-RATING
slot ARMOUR-RATING is of type T
Description 

integer, >= 0

DAMAGE-MODIFIER
slot DAMAGE-MODIFIER is of type T
Description 

integer

TOHIT-MODIFIER
slot TOHIT-MODIFIER is of type T
Description 

integer

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