Factorio Prototype DocsVersion 1.1.107

PipePictures :: struct

Properties

straight_vertical_single :: Sprite
straight_vertical :: Sprite
straight_vertical_window :: Sprite
straight_horizontal :: Sprite
straight_horizontal_window :: Sprite
corner_up_right :: Sprite
corner_up_left :: Sprite
corner_down_right :: Sprite
corner_down_left :: Sprite
t_up :: Sprite
t_down :: Sprite
t_right :: Sprite
t_left :: Sprite
cross :: Sprite
ending_up :: Sprite
ending_down :: Sprite
ending_right :: Sprite
ending_left :: Sprite
horizontal_window_background :: Sprite
vertical_window_background :: Sprite
fluid_background :: Sprite
low_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. [...]

Visualizes the flow of the fluid in the pipe. [...]

middle_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. [...]

Visualizes the flow of the fluid in the pipe. [...]

high_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. [...]

Visualizes the flow of the fluid in the pipe. [...]

gas_flow :: Animation

Visualizes the flow of the fluid in the pipe. [...]

Visualizes the flow of the fluid in the pipe. [...]

Properties

straight_vertical_single :: Sprite

straight_vertical :: Sprite

straight_vertical_window :: Sprite

straight_horizontal :: Sprite

straight_horizontal_window :: Sprite

corner_up_right :: Sprite

corner_up_left :: Sprite

corner_down_right :: Sprite

corner_down_left :: Sprite

t_up :: Sprite

t_down :: Sprite

t_right :: Sprite

t_left :: Sprite

cross :: Sprite

ending_up :: Sprite

ending_down :: Sprite

ending_right :: Sprite

ending_left :: Sprite

horizontal_window_background :: Sprite

vertical_window_background :: Sprite

fluid_background :: Sprite

low_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. Drawn when (fluid_temp - fluid_min_temp) / (fluid_max_temp - fluid_min_temp) is less than or equal to 1/3 and the fluid's temperature is below FluidPrototype::gas_temperature.

middle_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. Drawn when (fluid_temp - fluid_min_temp) / (fluid_max_temp - fluid_min_temp) is larger than 1/3 and less than or equal to 2/3 and the fluid's temperature is below FluidPrototype::gas_temperature.

high_temperature_flow :: Sprite

Visualizes the flow of the fluid in the pipe. Drawn when (fluid_temp - fluid_min_temp) / (fluid_max_temp - fluid_min_temp) is larger than 2/3 and the fluid's temperature is below FluidPrototype::gas_temperature.

gas_flow :: Animation

Visualizes the flow of the fluid in the pipe. Drawn when the fluid's temperature is above FluidPrototype::gas_temperature.

Prototypes

Types