ConsumedResourceRCS¶
A single resource value an rcs thruster consumes (i.e. monopropellant, etc). This is the type returned by the RCS
:CONSUMEDRESOURCES suffix
- structure ConsumedResourceRCS¶
Suffix
Type
Description
Resource name
Total amount remaining (only valid while engine is running)
Total amount when full (only valid while engine is running)
Density of this resource
Volumetric flow ratio of this resource
- ConsumedResourceRCS:NAME¶
- Access
Get only
- Type
The name of the resource, i.e. “LIQUIDFUEL”, “ELECTRICCHARGE”, “MONOPROP”.
- ConsumedResourceRCS:AMOUNT¶
- Access
Get only
- Type
The value of how much resource is left and accessible to this thruster. Only valid while the thruster is running.
- ConsumedResourceRCS:CAPACITY¶
- Access
Get only
- Type
What AMOUNT would be if the resource was filled to the top. Only valid while the thruster is running.
- ConsumedResourceRCS:DENSITY¶
- Access
Get only
- Type
The density value of this resource, expressed in Megagrams f mass per Unit of resource. (i.e. a value of 0.005 would mean that each unit of this resource is 5 kilograms. Megagrams [metric tonnes] is the usual unit that most mass in the game is represented in.)