LuaGroup

Item group or subgroup.

class LuaGroup - sort
name :: string [R]
localised_name :: LocalisedString [R] Localised name of the group.
type :: string [R]
group :: LuaGroup [R] The parent group if any; nil if none.
subgroups :: array of LuaGroup [R] Subgroups of this group.
order_in_recipe :: string [R] The additional order value used in recipe ordering.
order :: string [R]
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.
name :: string [Read-only]

localised_name :: LocalisedString [Read-only]

Localised name of the group.

type :: string [Read-only]

group :: LuaGroup [Read-only]

The parent group if any; nil if none.

subgroups :: array of LuaGroup [Read-only]

Subgroups of this group.

Note: Can only be used on groups, not on subgroups.
order_in_recipe :: string [Read-only]

The additional order value used in recipe ordering.

Note: Can only be used on groups, not on subgroups.
order :: string [Read-only]