space_ex v0.3.0 SpaceEx.SpaceCenter.Leg

A landing leg.

Obtained by calling SpaceEx.SpaceCenter.Part.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

Whether the landing leg is deployed

The current state of the landing leg

Link to this section Functions

Link to this function deployable(conn, this)

Whether the leg is deployable.

Link to this function 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 is_grounded(conn, this)

Returns whether the leg is touching the ground.

Link to this function part(conn, this)

The part object for this 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.

Link to this function state(conn, this)

The current state of the landing leg.