Types/Trigger
Revision as of 09:37, 24 August 2018 by Bilka (talk | contribs) (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. ==...")
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".
- If this is
"direct"
, that definition is loaded as a Types/DirectTriggerItem, - if this is
"area"
, that definition is loaded as a Types/AreaTriggerItem, - if this is
"line"
, that definition is loaded as a Types/LineTriggerItem, - if this is
"cluster"
, that definition is loaded as a Types/ClusterTriggerItem.