L-EVENT

Name

L-EVENT -- class

Class details

(defclass L-EVENT ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables5
# methods5

Methods

EVENT.FUNCTION
 (EVENT.FUNCTION (OBJ L-EVENT)) [reader]
Description 

the function/funcallable object when called should return T when ok and NIL when not ok

Called By 

APPLY-EVENT and APPLY-POSSIBLE-COORD-TRIGGER

EVENT.ID
 (EVENT.ID (OBJ L-EVENT)) [reader]
Description 

A string id for the event that can be saved I think.

Called By 

REGISTER-EVENT&

EVENT.RETURN
 (EVENT.RETURN (OBJ L-EVENT)) [reader]

EVENT.STATE
 (EVENT.STATE (OBJ L-EVENT)) [reader]
Called By 

APPLY-EVENT and APPLY-POSSIBLE-COORD-TRIGGER

EVENT.TYPE
 (EVENT.TYPE (OBJ L-EVENT)) [reader]
Description 

correspond to EVENT-TYPES

Called By 

APPLY-EVENT

Slots

FUNCTION
slot FUNCTION is of type T
Description 

the function/funcallable object when called should return T when ok and NIL when not ok

ID
slot ID is of type T
Description 

A string id for the event that can be saved I think.

 slot RETURN-ACTION is of type T
 slot STATE is of type T

TYPE
slot TYPE is of type T
Description 

correspond to EVENT-TYPES

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