| name :: string [R] | Name of this prototype. |
| localised_name :: LocalisedString [R] | |
| localised_description :: LocalisedString [R] | |
| default_temperature :: double [R] | Default temperature of the fluid. |
| max_temperature :: double [R] | Maximum temperature the fluid can reach. |
| heat_capacity :: double [R] | How much energy the fluid will generate at max temperature assuming 100% efficiency steam engine. |
| pressure_to_speed_ratio :: double [R] | How much pressure -- difference in fluid levels -- will be converted to speed. |
| flow_to_energy_ratio :: double [R] | How much will a volume of fluid transferred be converted to energy. |
| max_push_amount :: double [R] | |
| ratio_to_push :: double [R] | |
| order :: string [R] | Order string for this prototype. |
| group :: LuaGroup [R] | Group of this prototype. |
| subgroup :: LuaGroup [R] | Subgroup of this prototype. |
| base_color :: Color [R] | |
| flow_color :: Color [R] | |
| valid :: boolean [R] | Is this object valid? |
| help :: string [R] | All methods, and properties that this object supports. |
Prototype of a fluid.
Name of this prototype.
Default temperature of the fluid.
Maximum temperature the fluid can reach.
How much energy the fluid will generate at max temperature assuming 100% efficiency steam engine.
How much pressure -- difference in fluid levels -- will be converted to speed.
How much will a volume of fluid transferred be converted to energy.
Order string for this prototype.
Group of this prototype.
Subgroup of this prototype.