CompassDirectionclass | travel.t[110], en_us.t[3072] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
The base class for compass directions (north, south, etc). We don't add anything to the basic Direction class, but we use a separate class for compass directions to allow language-specific customizations for all of the directions and to allow travel commands to treat these specially when needed.
Modified in en_us.t[3072]:
The English-specific modifications for compass directions.
class
CompassDirection : Direction
Superclass Tree (in declaration order)
CompassDirection
Direction
object
Subclass Tree
Global Objects
eastDirection
northDirection
northeastDirection
northwestDirection
southDirection
southeastDirection
southwestDirection
westDirection
Summary of Properties
Inherited from Direction
:
allDirections
dirProp
sortingOrder
Summary of Methods
Inherited from Direction
:
defaultConnector
initializeDirection
initializeDirectionClass
Properties
Methods
sayArriving (traveler) OVERRIDDEN | en_us.t[3074] |
describe a traveler arriving from this direction
sayDeparting (traveler) OVERRIDDEN | en_us.t[3081] |
describe a traveler departing in this direction
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3