space_ex v0.1.0 SpaceEx.SpaceCenter.Leg

A landing leg.

Obtained by calling SpaceEx.SpaceCenter.Part.get_leg/2.

Link to this section Summary

Functions

Whether the leg is deployable

Whether the landing leg is deployed

Returns whether the leg is touching the ground

The part object for this landing leg

The current state of the landing leg

Whether the landing leg is deployed

Link to this section Functions

Link to this function get_deployable(conn, this)

Whether the leg is deployable.

Link to this function get_deployed(conn, this)

Whether the landing leg is deployed.

Fixed landing legs are always deployed. Returns an error if you try to deploy fixed landing gear.

Link to this function get_is_grounded(conn, this)

Returns whether the leg is touching the ground.

Link to this function get_part(conn, this)

The part object for this landing leg.

Link to this function get_state(conn, this)

The current state of the landing leg.

Link to this function set_deployed(conn, this, value)

Whether the landing leg is deployed.

Fixed landing legs are always deployed. Returns an error if you try to deploy fixed landing gear.