Prototype/ItemSubGroup: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|PrototypeBase}}
{{Prototype parent|PrototypeBase}}
An item subgroup. The built-in subgroups can be found [[Data.raw#item-subgroup|here]]. See [[Prototype/Item#subgroup]].


== Basics ==
{{Prototype TOC|item-subgroup}}
Prototype type: '''item-subgroup'''
 
An item subgroup. The built-in subgroups can be found [[Data.raw#item-subgroup|here]]. See [[Prototype/Item#subgroup]]. Extends [[PrototypeBase]].


== Mandatory properties ==
== Mandatory properties ==
Inherits all properties from [[PrototypeBase]].
Inherits all properties from [[PrototypeBase]].


=== group ===
{{Prototype property|group|[[Types/string|string]]}}
'''Type''': [[Types/string]]
 
Name of a [[Prototype/ItemGroup]]. The item group this subgroup is located in.
Name of a [[Prototype/ItemGroup]]. The item group this subgroup is located in.

Revision as of 18:24, 6 August 2019

Prototype definitions » PrototypeBase » Prototype/ItemSubGroup


An item subgroup. The built-in subgroups can be found here. See Prototype/Item#subgroup.


Prototype/ItemSubGroup — item-subgroup
group::string
Inherited from PrototypeBase
name::string
type::string
localised_description::LocalisedString (optional)
localised_name::LocalisedString (optional)
order::Order (optional)

Mandatory properties

Inherits all properties from PrototypeBase.

group

Type: string
Name of a Prototype/ItemGroup. The item group this subgroup is located in.