space_ex v0.1.1 SpaceEx.SpaceCenter.ResourceFlowMode
The way in which a resource flows between parts.
Link to this section Summary
Functions
The resource flows between adjacent parts within the vessel
The resource does not flow
The resource flows from parts in the first stage, followed by the second, and so on
The resource flows to any part in the vessel
Link to this section Functions
Link to this function
adjacent()
The resource flows between adjacent parts within the vessel.
For example, liquid fuel or oxidizer.
Returns :adjacent
.
Link to this function
none()
The resource does not flow.
For example, solid fuel.
Returns :none
.
Link to this function
stage()
The resource flows from parts in the first stage, followed by the second, and so on.
For example, mono-propellant.
Returns :stage
.
Link to this function
vessel()
The resource flows to any part in the vessel.
For example, electric charge.
Returns :vessel
.