PEACEFUL-MOVER

Name

PEACEFUL-MOVER -- class inheriting AI-STRATEGY

Class details

(defclass PEACEFUL-MOVER (AI-STRATEGY)(...))
scopepackage ORG.LANGBAND.ENGINE
locationai.lisp
inheritsAI-STRATEGY
# variables2
# methods2

Methods

(SETF STRATEGY.DESTINATIONS)
 ((SETF STRATEGY.DESTINATIONS) (OBJ PEACEFUL-MOVER)) [accessor]
Description 

destinations is a list of (x y fun) lists, where x is the x coord, y is the y coord and fun is an otional trigger function that's called with (player dungeon monster strategy). When a corrdinate has been reached the list for the corrdinate is removed.

STRATEGY.DESTINATIONS
 (STRATEGY.DESTINATIONS (OBJ PEACEFUL-MOVER)) [accessor]
Description 

destinations is a list of (x y fun) lists, where x is the x coord, y is the y coord and fun is an otional trigger function that's called with (player dungeon monster strategy). When a corrdinate has been reached the list for the corrdinate is removed.

Called By 

PRINT-OBJECT

Slots

DESTINATIONS
slot DESTINATIONS is of type T
Description 

destinations is a list of (x y fun) lists, where x is the x coord, y is the y coord and fun is an otional trigger function that's called with (player dungeon monster strategy). When a corrdinate has been reached the list for the corrdinate is removed.

ID
slot ID is of type T

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