WormholeInfo Class

The WormholeInfo class represents the information about a Wormhole that is visible to your Brain.  Your Brain accesses a list of WormholeInfo objects via its Wormholes property.  Only visible Wormholes are available in the list.

public Point Location
public
int X
public
int Y
These properties provide access to the Wormhole's location.

public bool DestinationKnown
Returns true if the Player that the Brain is controlling knows the destination of the Wormhole.  Generally this is only known after a StarShip travels through it.

public Point Destination
Returns the destination point of the Wormhole.  If the Brain does not yet have knowledge of this, the method returns -1,-1.