Difference between revisions of "Oolite JavaScript Reference: PlayerShip"
(→canAwardCargo (deprecated)) |
(Updated for 1.74.) |
||
Line 1: | Line 1: | ||
<small>'''Prototype:''' <code>[[Oolite JavaScript Reference: Ship|Ship]]</code></small><br /> | <small>'''Prototype:''' <code>[[Oolite JavaScript Reference: Ship|Ship]]</code></small><br /> | ||
− | |||
− | |||
The '''<code>PlayerShip</code>''' class is an <code>[[Oolite JavaScript Reference: Entity|Entity]]</code> representing the player’s ship. The <code>PlayerShip</code> has all the properties and methods of a <code> [[Oolite JavaScript Reference: Ship|Ship]]</code>, and several others. | The '''<code>PlayerShip</code>''' class is an <code>[[Oolite JavaScript Reference: Entity|Entity]]</code> representing the player’s ship. The <code>PlayerShip</code> has all the properties and methods of a <code> [[Oolite JavaScript Reference: Ship|Ship]]</code>, and several others. | ||
Line 17: | Line 15: | ||
'''See also''': <code>[[#aftShield|aftShield]]</code>, <code>[[#forwardShieldRechargeRate|forwardShieldRechargeRate]]</code>, <code>[[#maxAftShield|maxAftShield]]</code> | '''See also''': <code>[[#aftShield|aftShield]]</code>, <code>[[#forwardShieldRechargeRate|forwardShieldRechargeRate]]</code>, <code>[[#maxAftShield|maxAftShield]]</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== <code>compassMode</code> === | === <code>compassMode</code> === | ||
Line 44: | Line 34: | ||
=== <code>cursorCoordinates</code> === | === <code>cursorCoordinates</code> === | ||
− | |||
'''cursorCoordinates''' : Vector2D (read-only) | '''cursorCoordinates''' : Vector2D (read-only) | ||
Gives the current x and y cursor Coordinates on the long range screen. The z coordinate is always 0. | Gives the current x and y cursor Coordinates on the long range screen. The z coordinate is always 0. | ||
Line 67: | Line 56: | ||
'''See also''': <code>[[#aftShieldRechargeRate|aftShieldRechargeRate]]</code>, <code>[[#forwardShield|forwardShield]]</code>, <code>[[#maxForwardShield|maxForwardShield]]</code> | '''See also''': <code>[[#aftShieldRechargeRate|aftShieldRechargeRate]]</code>, <code>[[#forwardShield|forwardShield]]</code>, <code>[[#maxForwardShield|maxForwardShield]]</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== <code>fuelLeakRate</code> === | === <code>fuelLeakRate</code> === | ||
Line 99: | Line 79: | ||
=== <code>galaxyCoordinates</code> === | === <code>galaxyCoordinates</code> === | ||
− | |||
'''galaxyCoordinates''' : Vector3D (read-only) | '''galaxyCoordinates''' : Vector3D (read-only) | ||
Gives the current x and y galactic coordinates. The z coordinate is always 0. | Gives the current x and y galactic coordinates. The z coordinate is always 0. | ||
+ | |||
+ | === <code>hud</code> === | ||
+ | {{Oolite-prop-added|1.74}} | ||
+ | '''hud''' : String (read/write) | ||
+ | The name of the [[hud.plist|HUD plists]] defining the ship’s head up display. | ||
+ | |||
+ | === <code>hudHidden</code> === | ||
+ | {{Oolite-prop-added|1.74}} | ||
+ | '''hudHidden''' : Boolean (read/write) | ||
+ | Whether the HUD should be visible. | ||
=== <code>manifest</code> === | === <code>manifest</code> === | ||
Line 119: | Line 108: | ||
'''See also''': <code>[[#forwardShield|forwardShield]]</code>, <code>[[#forwardShieldRechargeRate|forwardShieldRechargeRate]]</code>, <code>[[#maxAftShield|maxAftShield]]</code> | '''See also''': <code>[[#forwardShield|forwardShield]]</code>, <code>[[#forwardShieldRechargeRate|forwardShieldRechargeRate]]</code>, <code>[[#maxAftShield|maxAftShield]]</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== <code>reticleTargetSensitive</code> === | === <code>reticleTargetSensitive</code> === | ||
Line 132: | Line 114: | ||
=== <code>scriptedMisjump</code> === | === <code>scriptedMisjump</code> === | ||
− | |||
'''scriptedMisjump''' : Boolean (read/write) | '''scriptedMisjump''' : Boolean (read/write) | ||
When true, the next hyperspace jump will be a misjump. Scripted misjumps have a lifespan of one jump only, then they are autoreset. The scripted_misjump flag will remain set to true during the shipWillExitWitchspace handler, but will be back to false at the end of the shipExitedWitchspace handler | When true, the next hyperspace jump will be a misjump. Scripted misjumps have a lifespan of one jump only, then they are autoreset. The scripted_misjump flag will remain set to true during the shipWillExitWitchspace handler, but will be back to false at the end of the shipExitedWitchspace handler | ||
+ | |||
+ | === <code>scoopOverride</code> === | ||
+ | {{Oolite-prop-added|1.74}} | ||
+ | '''scoopOverride''' : Boolean (read/write) | ||
+ | If <code>true</code>, and the player has a fuel scoop, the fuel scoop effect will run even if not close to a sun or scooping cargo. | ||
=== <code>specialCargo</code> === | === <code>specialCargo</code> === | ||
Line 142: | Line 128: | ||
'''See also''': <code>[[#useSpecialCargo|useSpecialCargo]]()</code> | '''See also''': <code>[[#useSpecialCargo|useSpecialCargo]]()</code> | ||
− | === <code> | + | === <code>targetSystem</code> === |
− | + | '''targetSystem''' : Integer (read-only) | |
− | ''' | + | The ID of the selected hyperspace target system. |
− | The | ||
− | '''See also''': <code>[[# | + | '''See also''': <code>[[#useSpecialCargo|useSpecialCargo]]()</code> |
== Methods == | == Methods == | ||
− | === <code> | + | === <code>awardEquipmentToCurrentPylon</code> === |
− | function ''' | + | {{Oolite-method-added|1.74}} |
− | + | function '''awardEquipmentToCurrentPylon'''(item : [[Oolite JavaScript Reference: EquipmentInfo#Equipment Expressions|equipmentInfoExpression]]) : Boolean | |
+ | Replace the missile or mine currently being launched with the specified item (which must be an external store). This will only have an effect if called while a missile or mine is being launched. | ||
− | + | '''Bug:''' In Oolite 1.74.0, if <code>awardEquipmentToCurrentPylon()</code> fails the script will be halted without any error message. In future versions, it will simply return <code>false</code>. | |
− | + | '''See also:''' <code>[[Oolite JavaScript Reference: Ship#awardEquipment|Ship.awardEquipment()]]</code> | |
− | |||
− | |||
− | === <code> | + | === <code>disengageAutopilot</code> === |
− | function | + | {{Oolite-method-added|1.74}} |
− | + | function disengageAutopilot() | |
+ | Disenable autopilot. | ||
− | + | '''See also:''' <code>[[#engageAutopilotToStation|engageAutopilotToStation()]]</code> | |
− | + | === <code>engageAutopilotToStation</code> === | |
+ | {{Oolite-method-added|1.74}} | ||
+ | function engageAutopilotToStation(station : [[Oolite JavaScript Reference: Station|Station]]) : Boolean | ||
+ | Engage autopilot, set to dock with the specified station. | ||
− | + | '''Bug:''' In Oolite 1.74.0, if <code>engageAutopilotToStation()</code> fails in certain ways the script will be halted without any error message. In future versions, it will simply return <code>false</code>. | |
− | |||
− | |||
− | '''See also''' | + | '''See also:''' <code>[[#disengageAutopilot|disengageAutopilot()]]</code> |
− | |||
− | |||
− | |||
=== <code>launch</code> === | === <code>launch</code> === | ||
Line 184: | Line 167: | ||
function '''removeAllCargo'''() | function '''removeAllCargo'''() | ||
Removes all cargo from the ship’s cargo bay. | Removes all cargo from the ship’s cargo bay. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== <code>useSpecialCargo</code> === | === <code>useSpecialCargo</code> === |
Revision as of 12:12, 18 June 2010
Prototype: Ship
The PlayerShip
class is an Entity
representing the player’s ship. The PlayerShip
has all the properties and methods of a Ship
, and several others.
Contents
- 1 Properties
- 1.1 aftShield
- 1.2 aftShieldRechargeRate
- 1.3 compassMode
- 1.4 compassTarget
- 1.5 cursorCoordinates
- 1.6 docked
- 1.7 dockedStation
- 1.8 forwardShield
- 1.9 forwardShieldRechargeRate
- 1.10 fuelLeakRate
- 1.11 galacticHyperspaceBehaviour
- 1.12 galacticHyperspaceFixedCoords
- 1.13 galaxyCoordinates
- 1.14 hud
- 1.15 hudHidden
- 1.16 manifest
- 1.17 maxAftShield
- 1.18 maxForwardShield
- 1.19 reticleTargetSensitive
- 1.20 scriptedMisjump
- 1.21 scoopOverride
- 1.22 specialCargo
- 1.23 targetSystem
- 2 Methods
Properties
aftShield
aftShield : Number (read/write, nonnegative)
The current aft shield level, ranging from 0 to maxAftShield
.
See also: aftShieldRechargeRate
, forwardShield
, maxAftShield
aftShieldRechargeRate
aftShieldRechargeRate : Number (read-only, nonnegative)
The rate at which the aft shield recharges (assuming enough energy is available). This is affected by equipment – currently, the Military Shield Enhancement. Currently always the same as forwardShieldRechargeRate
, but this may change in future.
See also: aftShield
, forwardShieldRechargeRate
, maxAftShield
compassMode
This property was added in Oolite test release 1.74.
compassMode : String (read-only)
Returns the current compass mode, which can be any one of the following:
COMPASS_MODE_BASIC COMPASS_MODE_PLANET COMPASS_MODE_STATION COMPASS_MODE_SUN COMPASS_MODE_TARGET COMPASS_MODE_BEACONS
compassTarget
This property was added in Oolite test release 1.74.
compassTarget : Entity(read-only)
Points at the entity currently targeted by the compass.
cursorCoordinates
cursorCoordinates : Vector2D (read-only)
Gives the current x and y cursor Coordinates on the long range screen. The z coordinate is always 0.
docked
docked : Boolean (read-only)
True if the player is docked with a station or carrier.
dockedStation
dockedStation : Station (read-only)
The station with which the player is currently docked.
forwardShield
forwardShield : Number (read/write, nonnegative)
The current forward shield level, ranging from 0 to maxForwardShield
.
See also: aftShield
, forwardShieldRechargeRate
, maxForwardShield
forwardShieldRechargeRate
forwardShieldRechargeRate : Number (read-only, nonnegative)
The rate at which the forward shield recharges (assuming enough energy is available). This is affected by equipment – currently, the Military Shield Enhancement. Currently always the same as aftShieldRechargeRate
, but this may change in future.
See also: aftShieldRechargeRate
, forwardShield
, maxForwardShield
fuelLeakRate
fuelLeakRate : Number (read/write)
The rate at which the player is losing fuel, in tenths of a LY per second. May not be negative. Reset to 0 when fuel is empty.
galacticHyperspaceBehaviour
This property was added in Oolite test release 1.72.1.
galacticHyperspaceBehaviour : String (read/write)
A string indicating what the effect of a galactic hyperspace jump will be. The available options are:
"BEHAVIOUR_STANDARD"
: the player arrives in the closest system to the starting point that is part of the main group of stars. Small groups (as seen in galaxy 6, among others) can’t be reached."BEHAVIOUR_ALL_SYSTEMS_REACHABLE"
: The player arrives at the closest system to the starting point, even if it is in a small group. Important: this can leave the player stranded, unless there are missions providing the possibility of escape!"BEHAVIOUR_FIXED_COORDINATES"
: The player arrives at the system closest togalacticHyperspaceFixedCoords
.
See also: galacticHyperspaceFixedCoords
,
galacticHyperspaceFixedCoords
This property was added in Oolite test release 1.72.1.
galacticHyperspaceFixedCoords : Vector3D (read/write)
The destination coordinates when galacticHyperspaceBehaviour
mode is "GALACTIC_HYPERSPACE_BEHAVIOUR_FIXED_COORDINATES"
. The z
coordinate will always be 0, and x
and y
will always be integers ranging from 0 to 255.
See also: galacticHyperspaceBehaviour
galaxyCoordinates
galaxyCoordinates : Vector3D (read-only)
Gives the current x and y galactic coordinates. The z coordinate is always 0.
hud
This property was added in Oolite test release 1.74.
hud : String (read/write)
The name of the HUD plists defining the ship’s head up display.
hudHidden
This property was added in Oolite test release 1.74.
hudHidden : Boolean (read/write)
Whether the HUD should be visible.
manifest
This property was added in Oolite test release 1.74.
manifest : Manifest (read/write)
The manifest contains all the cargo the player carries. It can be addressed as a property of playerShip as well as a class Manifest of its own.
maxAftShield
maxAftShield : Number (read-only, nonnegative)
The highest possible value of aftShield
. This is affected by equipment – currently the Shield Boosters and Military Shield Enhancement. Currently always the same as maxForwardShield
, but this may change in future.
See also: aftShield
, aftShieldRechargeRate
, maxForwardShield
maxForwardShield
maxAftShield : Number (read-only, nonnegative)
The highest possible value of forwardShield
. This is affected by equipment – currently the Shield Boosters and Military Shield Enhancement. Currently always the same as maxAftShield
, but this may change in future.
See also: forwardShield
, forwardShieldRechargeRate
, maxAftShield
reticleTargetSensitive
reticleTargetSensitive : Boolean (read/write)
If true, and Scanner Targeting Enhancement is installed, the selected target reticle will light up in red when the target is in the player’s sights. This is equivalent to the reticle_target_sensitive
key in HUD plists.
scriptedMisjump
scriptedMisjump : Boolean (read/write)
When true, the next hyperspace jump will be a misjump. Scripted misjumps have a lifespan of one jump only, then they are autoreset. The scripted_misjump flag will remain set to true during the shipWillExitWitchspace handler, but will be back to false at the end of the shipExitedWitchspace handler
scoopOverride
This property was added in Oolite test release 1.74.
scoopOverride : Boolean (read/write)
If true
, and the player has a fuel scoop, the fuel scoop effect will run even if not close to a sun or scooping cargo.
specialCargo
specialCargo : String (read-only)
The special cargo the player is carrying, if any; otherwise null
.
See also: useSpecialCargo()
targetSystem
targetSystem : Integer (read-only)
The ID of the selected hyperspace target system.
See also: useSpecialCargo()
Methods
awardEquipmentToCurrentPylon
This method was added in Oolite test release 1.74.
function awardEquipmentToCurrentPylon(item : equipmentInfoExpression) : Boolean
Replace the missile or mine currently being launched with the specified item (which must be an external store). This will only have an effect if called while a missile or mine is being launched.
Bug: In Oolite 1.74.0, if awardEquipmentToCurrentPylon()
fails the script will be halted without any error message. In future versions, it will simply return false
.
See also: Ship.awardEquipment()
disengageAutopilot
This method was added in Oolite test release 1.74.
function disengageAutopilot()
Disenable autopilot.
See also: engageAutopilotToStation()
engageAutopilotToStation
This method was added in Oolite test release 1.74.
function engageAutopilotToStation(station : Station) : Boolean
Engage autopilot, set to dock with the specified station.
Bug: In Oolite 1.74.0, if engageAutopilotToStation()
fails in certain ways the script will be halted without any error message. In future versions, it will simply return false
.
See also: disengageAutopilot()
launch
function launch()
Launches the player’s ship if it is currently docked.
removeAllCargo
function removeAllCargo()
Removes all cargo from the ship’s cargo bay.
useSpecialCargo
function useSpecialCargo(description : String)
Fills the cargo bay with the cargo described, effectively disabling the use of the cargo bay until the cargo is removed.
See also: specialCargo