Factorio Prototype DocsVersion 2.1.7

PlatformBackdropHeroCloud - Prototype Docs

PlatformBackdropHeroCloud :: struct new

Properties

sprite_indexnew optional :: uint8

1, 2, 3 use cloud sprites 1, 2, 3 respectively. [...]

1, 2, 3 use cloud sprites 1, 2, 3 respectively. [...]

sizenew optional :: Vector

Cloud size as a proportion of the total planet size, meaning 1 spans whole planet.

Cloud size as a proportion of the total planet size, meaning 1 spans whole planet.

rotation_speednew optional :: float
rotate_with_planetnew optional :: boolean
starting_frame_offsetnew optional :: uint16

Random frame offset of the cloud animation if the graphic is an animation.

Random frame offset of the cloud animation if the graphic is an animation.

position_deviationnew optional :: Vector

Random position offset of the cloud animation. [...]

Random position offset of the cloud animation. [...]

rotation_deviationnew optional :: float
projection_stylenew optional :: "none" or "front-only" or "front-and-back" or "front-and-back-inverted"
positionsnew optional :: array[Vector]

With each planet revolution, the cloud smoothly travels along this path by approximating the provided points. [...]

With each planet revolution, the cloud smoothly travels along this path by approximating the provided points. [...]

Properties

sprite_index :: uint8 optional new

Default: 0

1, 2, 3 use cloud sprites 1, 2, 3 respectively. 0 will disable this cloud. Anything else is invalid.

size :: Vector optional new

Default: {0.5, 0.5}

Cloud size as a proportion of the total planet size, meaning 1 spans whole planet.

rotation_speed :: float optional new

Default: 0.0

rotate_with_planet :: boolean optional new

Default: true

starting_frame_offset :: uint16 optional new

Default: 0

Random frame offset of the cloud animation if the graphic is an animation.

position_deviation :: Vector optional new

Default: {0, 0}

Random position offset of the cloud animation. Refreshed every loop.

rotation_deviation :: float optional new

Default: 0.0

projection_style :: "none" or "front-only" or "front-and-back" or "front-and-back-inverted" optional new

Default: "front-only"

positions :: array[Vector] optional new

With each planet revolution, the cloud smoothly travels along this path by approximating the provided points. If only single position is provided, it remains stationary at that point.

Fulltext search

Prototypes

Types

Defines

Fulltext search for