Define the WormRoute class which holds the details about a planned route. More...
Public Member Functions | |
| constructor | WormRoute () |
| Constructor for WormRoute class. | |
| function | ResetRoute () |
| Resets variables in WormRoute class to default values. | |
Public Attributes | |
| Cargo = 0 | |
| SourceID = 0 | |
| DestID = 0 | |
| SourceIsTown = false | |
| DestIsTown = false | |
| SourceLocation = 0 | |
| DestLocation = 0 | |
| IsSubsidy = false | |
| SourceList = null | |
| DestList = null | |
| CargoList = null | |
Define the WormRoute class which holds the details about a planned route.
1.8.1.2