Types/DestroyCliffsCapsuleAction: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.17.51)
(0.18.24: added timeout)
Line 9: Line 9:


== Optional properties ==
== Optional properties ==
=== timeout ===
'''Type''': [[Types/uint32]]
'''Default''': 60 * 60


=== play_sound_on_failure ===
=== play_sound_on_failure ===

Revision as of 11:55, 20 May 2020

Used by Types/CapsuleAction.

Mandatory properties

attack_parameters

Type: Types/AttackParameters

radius

Type: Types/float

Optional properties

timeout

Type: Types/uint32

Default: 60 * 60

play_sound_on_failure

Type: Types/bool

Default: true

uses_stack

Type: Types/bool

Default: true

Whether using the capsule consumes an item from the stack.