OLD-PLAYER-INFO

Name

OLD-PLAYER-INFO -- class

Description

A class-object to fill with values during early update of a player's bonuses. It will later be sent to the check after the player-update to see what other parts of the system must be altered. It's meant to be extended by variants.

Class details

(defclass OLD-PLAYER-INFO ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables8
# methods16

Methods

(SETF OLD.ABILITIES)
 ((SETF OLD.ABILITIES) (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

MAKE-OLD-PLAYER-INFO

OLD.ABILITIES
 (OLD.ABILITIES (OBJ OLD-PLAYER-INFO)) [accessor]

(SETF OLD.HEAVY-BOW)
 ((SETF OLD.HEAVY-BOW) (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

OLD.HEAVY-BOW
 (OLD.HEAVY-BOW (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

(SETF OLD.HEAVY-WEAPON)
 ((SETF OLD.HEAVY-WEAPON) (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

OLD.HEAVY-WEAPON
 (OLD.HEAVY-WEAPON (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

(SETF OLD.ICKY-WEAPON)
 ((SETF OLD.ICKY-WEAPON) (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

OLD.ICKY-WEAPON
 (OLD.ICKY-WEAPON (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

HANDLE-PLAYER-UPDATES!

(SETF OLD.SEE-INV)
 ((SETF OLD.SEE-INV) (OBJ OLD-PLAYER-INFO)) [accessor]

OLD.SEE-INV
 (OLD.SEE-INV (OBJ OLD-PLAYER-INFO)) [accessor]

(SETF OLD.SPEED)
 ((SETF OLD.SPEED) (OBJ OLD-PLAYER-INFO)) [accessor]

OLD.SPEED
 (OLD.SPEED (OBJ OLD-PLAYER-INFO)) [accessor]

(SETF OLD.STATS)
 ((SETF OLD.STATS) (OBJ OLD-PLAYER-INFO)) [accessor]
Called By 

MAKE-OLD-PLAYER-INFO

OLD.STATS
 (OLD.STATS (OBJ OLD-PLAYER-INFO)) [accessor]

(SETF OLD.TELEPATHY)
 ((SETF OLD.TELEPATHY) (OBJ OLD-PLAYER-INFO)) [accessor]

OLD.TELEPATHY
 (OLD.TELEPATHY (OBJ OLD-PLAYER-INFO)) [accessor]

Slots

 slot ABILITIES is of type T
 slot HEAVY-BOW is of type T
 slot HEAVY-WEAPON is of type T
 slot ICKY-WEAPON is of type T
 slot SEE-INV is of type T
 slot SPEED is of type T
 slot STATS is of type T
 slot TELEPATHY is of type T

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