space_ex v0.5.1 SpaceEx.SpaceCenter.VesselSituation
The situation a vessel is in.
Link to this section Summary
Functions
Vessel is docked to another
Escaping
Vessel is flying through an atmosphere
Vessel is landed on the surface of a body
Vessel is orbiting a body
Vessel is awaiting launch
Vessel has splashed down in an ocean
Vessel is on a sub-orbital trajectory
Link to this section Functions
Link to this function
docked()
Vessel is docked to another.
Returns :docked
.
Link to this function
escaping()
Escaping.
Returns :escaping
.
Link to this function
flying()
Vessel is flying through an atmosphere.
Returns :flying
.
Link to this function
landed()
Vessel is landed on the surface of a body.
Returns :landed
.
Link to this function
orbiting()
Vessel is orbiting a body.
Returns :orbiting
.
Link to this function
pre_launch()
Vessel is awaiting launch.
Returns :pre_launch
.
Link to this function
splashed()
Vessel has splashed down in an ocean.
Returns :splashed
.
Link to this function
sub_orbital()
Vessel is on a sub-orbital trajectory.
Returns :sub_orbital
.