LuaBurnerPrototype

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 table [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?
help() → string All methods, and properties that this object supports.

Prototype of a burner energy source.

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 table [Read-only]

The smoke sources for this burner prototype if any.

Each element is a table:

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.