Types/Trigger: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "An array of types/tables. The tables are each loaded as one of the Types/TriggerItem extensions, depending on the value of the <code>type</code> key in the table. ==...")
 
m (formatting)
Line 6: Line 6:
Mandatory member of each table in the array. Either "direct", "area", "line", or "cluster".
Mandatory member of each table in the array. Either "direct", "area", "line", or "cluster".
* If this is <code>"direct"</code>, that definition is loaded as a [[Types/DirectTriggerItem]],
* If this is <code>"direct"</code>, that definition is loaded as a [[Types/DirectTriggerItem]],
* if this is <code>"area"</code>, that definition is loaded as a [[Types/AreaTriggerItem]],
* if this is <code>"area"</code>, that definition is loaded as a [[Types/AreaTriggerItem]],
* if this is <code>"line"</code>, that definition is loaded as a [[Types/LineTriggerItem]],
* if this is <code>"line"</code>, that definition is loaded as a [[Types/LineTriggerItem]],
* if this is <code>"cluster"</code>, that definition is loaded as a [[Types/ClusterTriggerItem]].
* if this is <code>"cluster"</code>, that definition is loaded as a [[Types/ClusterTriggerItem]].

Revision as of 15:44, 24 August 2018

An array of types/tables. The tables are each loaded as one of the Types/TriggerItem extensions, depending on the value of the type key in the table.

type

Type: Types/string

Mandatory member of each table in the array. Either "direct", "area", "line", or "cluster".