FollowInfoclassactor.t[80]

FollowInfo - this is an object that tracks an actor's knowledge of the objects that the actor can follow, which are objects that actor has witnessed leaving the current location. We keep track of each followable object and the direction we saw it depart.

class FollowInfo :   object

Superclass Tree   (in declaration order)

FollowInfo
        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

connector  obj  sourceLocation 

Summary of Methods  

(none)

Properties  

connectoractor.t[85]

the TravelConnector the object traversed to leave

objactor.t[82]
the object we can follow

sourceLocationactor.t[93]
The source location - this is the location we saw the object depart. We keep track of this because an actor can follow an object only if the actor is starting from the same location where the actor saw the object depart.

Methods  

(none)

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3