mannequin ![code/game/objects/structures/mannequin.dm 6](git.png)
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 ![code/game/objects/structures/mannequin.dm 20](git.png)
Which body type we use, male or female?
material ![code/game/objects/structures/mannequin.dm 22](git.png)
Material we're used of, wood or plastic?
slot_flags ![code/game/objects/structures/mannequin.dm 30](git.png)
Static list of slot flags we have clothing slots for.
socks_name ![code/game/objects/structures/mannequin.dm 28](git.png)
String for the socks we use.
starting_items ![code/game/objects/structures/mannequin.dm 47](git.png)
List of all clothing items the mannequin should be spawning in with on Initialize.
undershirt_name ![code/game/objects/structures/mannequin.dm 26](git.png)
String for the undershirt we use.
underwear_name ![code/game/objects/structures/mannequin.dm 24](git.png)
String for the underwear we use.
worn_items ![code/game/objects/structures/mannequin.dm 45](git.png)
Assoc list of all item slots (turned to strings) to the items they hold.