Factorio Prototype DocsVersion 1.1.101

Sprite4Way :: struct or Sprite

A map of sprites for all 4 directions of the entity. If this is loaded as a single Sprite, it applies to all directions.

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.

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.

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.

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.

west :: Sprite optional

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


Type used in

Prototypes

Types