| Interface | Description |
|---|---|
| CommandIfc |
This is the Command interface.
|
| EventIfc |
This is the Event interface.
|
| Class | Description |
|---|---|
| Bubble |
This class represents a bubble in TW.
|
| Corporation |
This class represents a corporation in TW.
|
| GameVariables |
This class contains methods for accessing the game variables.
|
| Identity |
This class represents an identity and is either a trader or a corporation.
|
| Info |
This is an abstract base class for information access
used by SWATH.
|
| MainInfo |
This class contains methods for accessing main game and SWATH information.
|
| Parameter |
This class represents a parameter.
|
| Planet |
This class represents a planet in TW.
|
| PlanetClass |
This class represents a planet class in TW.
|
| Sector |
This class represents a sector in TW.
|
| Ship |
This class represents a ship in TW.
|
| ShipCategory |
This class represents a ship category in TW.
|
| Swath |
This is the main SWATH class.
|
| Tools |
This class contains help functions that can be useful when writing scripts.
|
| Tools.PortSearchParameters |
This class contains parameters used when searching for ports and port pairs.
|
| Tools.SectorSearchParameters |
This class contains parameters used when searching for sectors.
|
| Tools.TextRange |
This class contains the start and end index for a text range.
|
| Trader |
This class represents a trader in TW.
|
| UserDefinedCommand |
User Defined Command base class.
|
| UserDefinedDaemon |
User Defined Daemon base class.
|
| UserDefinedEvent |
User Defined Event base class.
|
| UserDefinedScript |
User Defined Script base class.
|
| UserVariable |
This class represents a user variable.
|
| Exception | Description |
|---|---|
| CommandException |
Command exception.
Thrown when the current command execution fails for some reason. |
| DaemonException |
Daemon exception.
Thrown when a daemon fails for some reason. You can throw this exception from your own daemon. |
| DisconnectedException |
Disconnected exception.
Thrown if SWATH is disconnected from the TW game server. |
| ScriptException |
Script exception.
Thrown when the current script execution fails for some reason. You can throw this exception from your own script. |
| TimeoutException |
Timeout exception.
Thrown when there is a timeout. |
| UserAbortException |
User abort exception.
Thrown if the user aborted the current script/command. |