CompassDirectionclass
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
(none)
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
(none)
Methods
sayArriving (traveler)
OVERRIDDEN
describe a traveler arriving from this direction
sayDeparting (traveler)
OVERRIDDEN
describe a traveler departing in this direction
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3