ClassLuaFluidBoxPrototype
Members
| entity | :: R LuaEntityPrototype | The entity that this belongs to. |
The entity that this belongs to. | ||
| index | :: R uint32 | The index of this fluidbox prototype in the owning entity. |
The index of this fluidbox prototype in the owning entity. | ||
| pipe_connections | :: R array[PipeConnectionDefinition] | The pipe connection points. |
The pipe connection points. | ||
| production_type | :: R ProductionType | The production type. |
The production type. | ||
| volume | :: R double | |
| filter | :: R LuaFluidPrototype? | The filter, if any is set. |
The filter, if any is set. | ||
| minimum_temperature | :: R double? | The minimum temperature, if any is set. |
The minimum temperature, if any is set. | ||
| maximum_temperature | :: R double? | The maximum temperature, if any is set. |
The maximum temperature, if any is set. | ||
| secondary_draw_orders | :: R array[int32] | The secondary draw orders for the 4 possible connection directions. |
The secondary draw orders for the 4 possible connection directions. | ||
| render_layer | :: R RenderLayer | The render layer. |
The render layer. | ||
| 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. [...] | ||


