LuaFluidPrototype

Prototype of a fluid.

class LuaFluidPrototype - sort
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.
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]
gas_temperature :: double [R]
emissions_multiplier :: double [R]
fuel_value :: double [R]
hidden :: boolean [R]
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.
name :: string [Read-only]

Name of this prototype.

localised_name :: LocalisedString [Read-only]

localised_description :: LocalisedString [Read-only]

default_temperature :: double [Read-only]

Default temperature of the fluid.

max_temperature :: double [Read-only]

Maximum temperature the fluid can reach.

heat_capacity :: double [Read-only]

How much energy the fluid will generate at max temperature assuming 100% efficiency steam engine.

order :: string [Read-only]

Order string for this prototype.

group :: LuaGroup [Read-only]

Group of this prototype.

subgroup :: LuaGroup [Read-only]

Subgroup of this prototype.

base_color :: Color [Read-only]

flow_color :: Color [Read-only]

gas_temperature :: double [Read-only]

emissions_multiplier :: double [Read-only]

fuel_value :: double [Read-only]

hidden :: boolean [Read-only]