Factorio Prototype DocsVersion 2.0.19

RailPieceLayers :: struct

Used for graphics by RailPrototype and RailRemnantsPrototype.

Properties

metals optional :: SpriteVariations

May not have more than 16 variations.

May not have more than 16 variations.

backplates optional :: SpriteVariations

Must have same number of variations as metals or be empty.

Must have same number of variations as metals or be empty.

ties optional :: SpriteVariations

May not have more than 16 variations.

May not have more than 16 variations.

stone_path optional :: SpriteVariations

May not have more than 16 variations.

May not have more than 16 variations.

stone_path_background optional :: SpriteVariations

May not have more than 16 variations.

May not have more than 16 variations.

segment_visualisation_middle optional :: Sprite
water_reflection optional :: Sprite
underwater_structure optional :: Sprite
shadow_subtract_mask optional :: Sprite
shadow_mask optional :: Sprite

Properties

metals :: SpriteVariations optional

May not have more than 16 variations.

backplates :: SpriteVariations optional

Must have same number of variations as metals or be empty.

ties :: SpriteVariations optional

May not have more than 16 variations.

stone_path :: SpriteVariations optional

May not have more than 16 variations.

stone_path_background :: SpriteVariations optional

May not have more than 16 variations.

segment_visualisation_middle :: Sprite optional

water_reflection :: Sprite optional

underwater_structure :: Sprite optional

shadow_subtract_mask :: Sprite optional

shadow_mask :: Sprite optional

Prototypes

Types

Defines