/tg/ Station 13 - Modules - TypesVar Details

mannequin

A mannequin! A structure that can display clothing on itself.

Vars

body_typeWhich body type we use, male or female?
materialMaterial we're used of, wood or plastic?
slot_flagsStatic list of slot flags we have clothing slots for.
socks_nameString for the socks we use.
starting_itemsList of all clothing items the mannequin should be spawning in with on Initialize.
undershirt_nameString for the undershirt we use.
underwear_nameString for the underwear we use.
worn_itemsAssoc list of all item slots (turned to strings) to the items they hold.

Var Details

body_type

Which body type we use, male or female?

material

Material we're used of, wood or plastic?

slot_flags

Static list of slot flags we have clothing slots for.

socks_name

String for the socks we use.

starting_items

List of all clothing items the mannequin should be spawning in with on Initialize.

undershirt_name

String for the undershirt we use.

underwear_name

String for the underwear we use.

worn_items

Assoc list of all item slots (turned to strings) to the items they hold.