Types/Trigger: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Prototype property type usage doesn't work because other types also start with types/Trigger and those results cannot be excluded)
(PtreeItemOrArrayIterator)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An array of [[types/table]]s. 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.
A [[types/table]] or an array of [[types/table]]s. 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.


== type ==
== type ==
Line 9: Line 9:
* 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]].
{{Prototype property type usage|Trigger]}}

Revision as of 15:53, 17 June 2022