space_ex v0.5.1 SpaceEx.SpaceCenter.VesselSituation

The situation a vessel is in.

See SpaceEx.SpaceCenter.Vessel.situation/1.

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

Vessel is docked to another.

Returns :docked.

Escaping.

Returns :escaping.

Vessel is flying through an atmosphere.

Returns :flying.

Vessel is landed on the surface of a body.

Returns :landed.

Vessel is orbiting a body.

Returns :orbiting.

Vessel is awaiting launch.

Returns :pre_launch.

Vessel has splashed down in an ocean.

Returns :splashed.

Vessel is on a sub-orbital trajectory.

Returns :sub_orbital.