Prototype/ItemSubGroup: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Changed links going to the redirect Prototype to go to PrototypeBase.)
(Converted to SMW format)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Basics ==
{{Prototype parent|PrototypeBase}}
Prototype type: '''item-subgroup'''
An item subgroup. The built-in subgroups can be found [[Data.raw#item-subgroup|here]]. See [[Prototype/Item#subgroup]].


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


== 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.

Latest 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.