Types/DestroyDecorativesTriggerEffectItem: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.18.21)
 
(Added better descriptions)
Line 23: Line 23:


'''Default''': false
'''Default''': false
Soft decoratives are decoratives with [[Prototype/Decorative#grows_through_rail_path]] = true.


=== include_decals ===
=== include_decals ===
Line 38: Line 40:


'''Default''': false
'''Default''': false
If true, destroys only decoratives that have a [[Prototype/Decorative#trigger_effect]] set.

Revision as of 08:36, 6 May 2020

Extends Types/TriggerEffectItem.

Mandatory properties

Inherits all properties from Types/TriggerEffectItem.

radius

Type: Types/float

Optional properties

from_render_layer

Type: Types/RenderLayer

Optional: first layer

to_render_layer

Type: Types/RenderLayer

Optional: last layer

include_soft_decoratives

Type: Types/bool

Default: false

Soft decoratives are decoratives with Prototype/Decorative#grows_through_rail_path = true.

include_decals

Type: Types/bool

Default: false

invoke_decorative_trigger

Type: Types/bool

Default: true

decoratives_with_trigger_only

Type: Types/bool

Default: false

If true, destroys only decoratives that have a Prototype/Decorative#trigger_effect set.