Factorio Prototype DocsVersion 2.0.42

BuildEntityTipTrigger :: struct

Inherits from CountBasedTipTrigger

Properties

type :: "build-entity"
entity optional :: EntityID
match_type_only optional :: boolean
build_by_dragging optional :: boolean
consecutive optional :: boolean

Building is considered consecutive when the built entity is the same as the last built entity.

Building is considered consecutive when the built entity is the same as the last built entity.

linear_power_pole_line optional :: boolean
build_in_line optional :: boolean
quality optional :: QualityID

Inherited from CountBasedTipTrigger
count optional :: uint32

Properties

type :: "build-entity"

entity :: EntityID optional

match_type_only :: boolean optional

Default: false

build_by_dragging :: boolean optional

consecutive :: boolean optional

Default: false

Building is considered consecutive when the built entity is the same as the last built entity.

linear_power_pole_line :: boolean optional

Default: false

build_in_line :: boolean optional

Default: false

quality :: QualityID optional


Type used in

Prototypes

Types

Defines