LuaBurnerPrototype

Prototype of a burner energy source.

class LuaBurnerPrototype - sort
emissions :: double [R]
render_no_network_icon :: boolean [R]
render_no_power_icon :: boolean [R]
effectivity :: double [R]
fuel_inventory_size :: uint [R]
burnt_inventory_size :: uint [R]
smoke :: array of SmokeSource [R] The smoke sources for this burner prototype if any.
light_flicker :: table [R] The light flicker definition for this burner prototype if any.
fuel_categories :: dictionary stringboolean [R]
valid :: boolean [R] Is this object valid?
object_name :: string [R] The class name of this object.
help() → string All methods, and properties that this object supports.
emissions :: double [Read-only]

render_no_network_icon :: boolean [Read-only]

render_no_power_icon :: boolean [Read-only]

effectivity :: double [Read-only]

fuel_inventory_size :: uint [Read-only]

burnt_inventory_size :: uint [Read-only]

smoke :: array of SmokeSource [Read-only]

The smoke sources for this burner prototype if any.

light_flicker :: table [Read-only]

The light flicker definition for this burner prototype if any.

Table with the following fields:
  • minimum_intensity :: float
  • maximum_intensity :: float
  • derivation_change_frequency :: float
  • derivation_change_deviation :: float
  • border_fix_speed :: float
  • minimum_light_size :: float
  • light_intensity_to_size_coefficient :: float
  • color :: Color

fuel_categories :: dictionary stringboolean [Read-only]

Note: The value in the dictionary is meaningless and exists just to allow the dictionary type for easy lookup.