loadout_item

Vars | |
category | Category in which the item belongs to LOADOUT_CATEGORY_UNIFORM, LOADOUT_CATEGORY_BACKPACK etc. |
---|---|
cost | How much loadout points does it cost? |
customization_flags | Flags for customizing the item |
description | Description of the loadout item, automatically set by New() if null |
gags_colors | Amount of gags colors this item expects. If null, it's not a GAGS item |
gags_colors_string | String of the default gags colors. Can be null even if gags_colors is something (for cases where default items randomize for example) |
name | Name of the loadout item, automatically set by New() if null |
path | Typepath to the item being spawned |
restricted_roles | A list of job names this item is restricted to. |
subcategory | Subcategory in which the item belongs to |
Procs | |
get_gags_string | Gets a string for the gags config |
parse_gags | Ran from SSloadouts after SSgreyscale initializes so we can properly read some information |
Var Details
category

Category in which the item belongs to LOADOUT_CATEGORY_UNIFORM, LOADOUT_CATEGORY_BACKPACK etc.
cost

How much loadout points does it cost?
customization_flags

Flags for customizing the item
description

Description of the loadout item, automatically set by New() if null
gags_colors

Amount of gags colors this item expects. If null, it's not a GAGS item
gags_colors_string

String of the default gags colors. Can be null even if gags_colors
is something (for cases where default items randomize for example)
name

Name of the loadout item, automatically set by New() if null
path

Typepath to the item being spawned
restricted_roles

A list of job names this item is restricted to.
subcategory

Subcategory in which the item belongs to
Proc Details
get_gags_string
Gets a string for the gags config
parse_gags
Ran from SSloadouts after SSgreyscale initializes so we can properly read some information