Goonstation 13 - Modules - TypesVar Details

/datum/clothingbooth_grouping

## `clothingbooth_grouping` datum

A `clothingbooth_grouping` is a group of `clothingbooth_item`s which are collated together through commonality in form, slot, or other attributes
where possible. These are displayed on the list of purchaseable items on the catalogue of the clothing booth.

Vars

clothingbooth_grouping_tagsList of clothingbooth_grouping_tag datums, generated at runtime. Do not manually override.
clothingbooth_itemsList of clothingbooth_item datums, generated at runtime. Do not manually override.
cost_maxHighest cost value of the clothingbooth_items in this grouping. Do not manually override.
cost_minLowest cost value of the clothingbooth_items in this grouping. Do not manually override.
grouping_tagsThe list of clothingbooth_grouping_tag types assigned to this grouping for additional categorisation. Can be of an arbitrary length.
item_pathsThe list of clothingbooth_item types that populate this grouping. Will be displayed in the order that you manually write these!
list_iconBase64 representation of the clothingbooth_grouping to display on the catalogue. Generated at runtime from the first member of the grouping.
nameFor singlet clothingbooth_groupings, this should not be manually overridden.
slotAs per clothing.dm. Used for filtering groupings by slot, generated at runtime. Do not manually override.

Var Details

clothingbooth_grouping_tags

List of clothingbooth_grouping_tag datums, generated at runtime. Do not manually override.

clothingbooth_items

List of clothingbooth_item datums, generated at runtime. Do not manually override.

cost_max

Highest cost value of the clothingbooth_items in this grouping. Do not manually override.

cost_min

Lowest cost value of the clothingbooth_items in this grouping. Do not manually override.

grouping_tags

The list of clothingbooth_grouping_tag types assigned to this grouping for additional categorisation. Can be of an arbitrary length.

item_paths

The list of clothingbooth_item types that populate this grouping. Will be displayed in the order that you manually write these!

list_icon

Base64 representation of the clothingbooth_grouping to display on the catalogue. Generated at runtime from the first member of the grouping.

name

For singlet clothingbooth_groupings, this should not be manually overridden.

slot

As per clothing.dm. Used for filtering groupings by slot, generated at runtime. Do not manually override.