Oolite JavaScript Reference: Wormhole
Prototype: Entity
Subtypes: none
The Wormhole
class is an Entity
representing an opened gate to another System. A Wormhole
has all the properties and methods of a Entity
, and several others.
In v1.79 available for the entry Wormholes only.
Properties
arrivalTime
This property was added in Oolite test release 1.79.
arrivalTime : Number (read-only)
The game real time in seconds when the player will arrive to the other system if fly into the Wormhole. More info can be found in Time scales in Oolite.
destination
This property was added in Oolite test release 1.79.
destination : Number (read-only)
The ID of the destination System.
expiryTime
This property was added in Oolite test release 1.79.
expiryTime : Number (read-only)
The game real time in seconds when the Wormhole will collapse.
origin
This property was added in Oolite test release 1.79.
origin : Number (read/write)
The ID of the System where the Wormhole originally opened.
In v1.79 always equal with the ID of the current System due to available for the entry Wormholes only.