Factorio Prototype DocsVersion 1.1.107

Sprite8Way :: struct

A map of sprites for all 8 directions of the entity.

Properties

sheets optional :: array[SpriteNWaySheet]
sheet optional :: SpriteNWaySheet

Only loaded if sheets is not defined.

Only loaded if sheets is not defined.

north optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

north_east optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

east optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

south_east optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

south optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

south_west optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

west optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

north_west optional :: Sprite

Only loaded, and mandatory if both sheets and sheet are not defined.

Only loaded, and mandatory if both sheets and sheet are not defined.

Properties

sheets :: array[SpriteNWaySheet] optional

sheet :: SpriteNWaySheet optional

Only loaded if sheets is not defined.

north :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

north_east :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

east :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

south_east :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

south :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

south_west :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

west :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

north_west :: Sprite optional

Only loaded, and mandatory if both sheets and sheet are not defined.

Prototypes

Types