Types/ScriptTriggerEffectItem: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "Extends Types/TriggerEffectItem. == Mandatory properties == Inherits all properties from Types/TriggerEffectItem. === effect_id === '''Type''': Types/string")
 
(Description for effect_id)
Line 6: Line 6:
=== effect_id ===
=== effect_id ===
'''Type''': [[Types/string]]
'''Type''': [[Types/string]]
The effect_id that will be provided in [https://lua-api.factorio.com/latest/events.html#on_script_trigger_effect on_script_trigger_effect].

Revision as of 12:28, 9 April 2020

Extends Types/TriggerEffectItem.

Mandatory properties

Inherits all properties from Types/TriggerEffectItem.

effect_id

Type: Types/string

The effect_id that will be provided in on_script_trigger_effect.