Factorio Prototype Docs Version 1.1.89

Sprite8Way :: struct

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

Properties

sheets optional :: SpriteNWaySheet
sheet optional :: SpriteNWaySheet

Only loaded if sheets is not defined.

Only loaded if sheets is not defined.

north :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

north_east :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

east :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

south_east :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

south :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

south_west :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

west :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

north_west :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

Properties

sheets :: SpriteNWaySheet optional

sheet :: SpriteNWaySheet optional

Only loaded if sheets is not defined.

north :: Sprite

Only loaded if both sheets and sheet are not defined.

north_east :: Sprite

Only loaded if both sheets and sheet are not defined.

east :: Sprite

Only loaded if both sheets and sheet are not defined.

south_east :: Sprite

Only loaded if both sheets and sheet are not defined.

south :: Sprite

Only loaded if both sheets and sheet are not defined.

south_west :: Sprite

Only loaded if both sheets and sheet are not defined.

west :: Sprite

Only loaded if both sheets and sheet are not defined.

north_west :: Sprite

Only loaded if both sheets and sheet are not defined.

Prototypes

Types

>|