Types/CapsuleAction: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "A types/table. The table is loaded as a specific capsule action, depending on the value of the <code>type</code> key. == type == '''Type''': Types/string Mandatory m...")
 
No edit summary
Line 9: Line 9:
* If this is <code>"use-on-self"</code>, this table is loaded as a [[Types/UseOnSelfCapsuleAction]],
* If this is <code>"use-on-self"</code>, this table is loaded as a [[Types/UseOnSelfCapsuleAction]],
* If this is <code>"artillery-remote"</code>, this table is loaded as a [[Types/ArtilleryRemoteCapsuleAction]],
* If this is <code>"artillery-remote"</code>, this table is loaded as a [[Types/ArtilleryRemoteCapsuleAction]],
* If this is <code>"destroy-cliffs"</code>, this table is loaded as a [[Types/DestroyCliffsCapsuleAction]],
* If this is <code>"destroy-cliffs"</code>, this table is loaded as a [[Types/DestroyCliffsCapsuleAction]].
 
{{Prototype property type usage|{{FULLPAGENAME}}}}

Revision as of 17:14, 8 August 2019

A types/table. The table is loaded as a specific capsule action, depending on the value of the type key.

type

Type: Types/string

Mandatory member. Either "throw", "equipment-remote", "use-on-self", "artillery-remote" or "destroy-cliffs".

Prototype properties that use this type