space_ex v0.8.0 SpaceEx.SpaceCenter.ResourceConverter
A resource converter.
Obtained by calling SpaceEx.SpaceCenter.Part.resource_converter/1.
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
True if the specified converter is active.
index— Index of the converter.
Returns: true or false
The number of converters in the part.
Returns: an integer
List of the names of resources consumed by the specified converter.
index— Index of the converter.
Returns: [str, ...], where str is a string
The name of the specified converter.
index— Index of the converter.
Returns: a string
List of the names of resources produced by the specified converter.
index— Index of the converter.
Returns: [str, ...], where str is a string
The part object for this converter.
Returns: a reference to a SpaceEx.SpaceCenter.Part object
Start the specified converter.
index— Index of the converter.
Returns: :ok
The state of the specified converter.
index— Index of the converter.
Returns: a Elixir.SpaceEx.SpaceCenter.ResourceConverterState value in atom form
Status information for the specified converter.
This is the full status message shown in the in-game UI.
index— Index of the converter.
Returns: a string
Stop the specified converter.
index— Index of the converter.
Returns: :ok