ClassLuaBurner
Members
| owner | :: R LuaEntity or LuaEquipment | The owner of this burner energy source |
The owner of this burner energy source | ||
| inventory | :: R LuaInventory | The fuel inventory. |
The fuel inventory. | ||
| burnt_result_inventory | :: R LuaInventory | The burnt result inventory. |
The burnt result inventory. | ||
| heat | :: RW double | The current heat (energy) stored in this burner. |
The current heat (energy) stored in this burner. | ||
| heat_capacity | :: R double | The maximum heat (maximum energy) that this burner can store. |
The maximum heat (maximum energy) that this burner can store. | ||
| remaining_burning_fuel | :: RW double | The amount of energy left in the currently-burning fuel item. [...] |
The amount of energy left in the currently-burning fuel item. [...] | ||
| currently_burning | :: R ItemIDAndQualityIDPair| W ItemWithQualityID? | The currently burning item. [...] |
The currently burning item. [...] | ||
| fuel_categories | :: R dictionary[string → true] | The fuel categories this burner uses. [...] |
The fuel categories this burner uses. [...] | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||


