Factorio Prototype DocsVersion 2.0.19

CraftItemTipTrigger :: struct

Inherits from CountBasedTipTrigger

Properties

type :: "craft-item"
item optional :: ItemID
event_type :: union
consecutive optional :: bool

Can only be used when event_type is "crafting-finished".

Can only be used when event_type is "crafting-finished".

Inherited from CountBasedTipTrigger
count optional :: uint32

Properties

type :: "craft-item"

item :: ItemID optional

event_type :: union

Union members

"crafting-of-single-item-ordered"
"crafting-of-multiple-items-ordered"
"crafting-finished"

consecutive :: bool optional

Default: false

Can only be used when event_type is "crafting-finished".


Type used in

Prototypes

Types

Defines