space_ex v0.3.0 SpaceEx.SpaceCenter.ResourceConverter

A resource converter.

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

Link to this section Summary

Functions

True if the specified converter is active

The number of converters in the part

List of the names of resources consumed by the specified converter

The name of the specified converter

List of the names of resources produced by the specified converter

The part object for this converter

Start the specified converter

The state of the specified converter

Status information for the specified converter

Stop the specified converter

Link to this section Functions

Link to this function active(conn, this, index)

True if the specified converter is active.

  • index — Index of the converter.
Link to this function count(conn, this)

The number of converters in the part.

Link to this function inputs(conn, this, index)

List of the names of resources consumed by the specified converter.

  • index — Index of the converter.
Link to this function name(conn, this, index)

The name of the specified converter.

  • index — Index of the converter.
Link to this function outputs(conn, this, index)

List of the names of resources produced by the specified converter.

  • index — Index of the converter.
Link to this function part(conn, this)

The part object for this converter.

Link to this function start(conn, this, index)

Start the specified converter.

  • index — Index of the converter.
Link to this function state(conn, this, index)

The state of the specified converter.

  • index — Index of the converter.
Link to this function status_info(conn, this, index)

Status information for the specified converter.

This is the full status message shown in the in-game UI.

  • index — Index of the converter.
Link to this function stop(conn, this, index)

Stop the specified converter.

  • index — Index of the converter.