Factorio Prototype DocsVersion 2.0.15

TurretBaseVisualisation :: struct

Properties

render_layer optional :: RenderLayer
secondary_draw_order optional :: int8
enabled_states optional :: array[TurretState]

If not defined, visualisation will be drawn in all states.

If not defined, visualisation will be drawn in all states.

draw_when_has_energy optional :: bool
draw_when_no_energy optional :: bool
draw_when_has_ammo optional :: bool
draw_when_no_ammo optional :: bool
draw_when_frozen optional :: bool
draw_when_not_frozen optional :: bool
animation :: Animation4Way

Properties

render_layer :: RenderLayer optional

Default: "lower-object"

secondary_draw_order :: int8 optional

Default: 0

enabled_states :: array[TurretState] optional

If not defined, visualisation will be drawn in all states.

draw_when_has_energy :: bool optional

Default: true

draw_when_no_energy :: bool optional

Default: true

draw_when_has_ammo :: bool optional

Default: true

draw_when_no_ammo :: bool optional

Default: true

draw_when_frozen :: bool optional

Default: true

draw_when_not_frozen :: bool optional

Default: true

animation :: Animation4Way

Prototypes

Types

Defines