mannequin
A mannequin! A structure that can display clothing on itself.
Vars | |
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. |
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.