code/__DEFINES/clothing.dm 
ITEM_SLOT_HAND_LEFT | Left hand slot |
---|---|
ITEM_SLOT_HAND_RIGHT | Right hand slot |
ITEM_SLOT_HANDS | Both hands |
ITEM_SLOT_POCKET_LEFT | Left pocket slot |
ITEM_SLOT_POCKET_RIGHT | Right pocket slot |
ITEM_SLOT_POCKETS | Both pockets |
ITEM_SLOT_EAR_LEFT | Left ear slot (radios, earmuffs) |
ITEM_SLOT_EAR_RIGHT | Right ear slot (radios, earmuffs) |
ITEM_SLOT_EARS | Both ears |
ITEM_SLOT_BELT | Belt slot |
ITEM_SLOT_BACK | Back slot |
ITEM_SLOT_CLOTH_OUTER | Suit slot (armors, costumes, space suits, etc.) |
ITEM_SLOT_CLOTH_INNER | Jumpsuit slot |
ITEM_SLOT_GLOVES | Glove slot |
ITEM_SLOT_EYES | Glasses slot |
ITEM_SLOT_MASK | Mask slot |
ITEM_SLOT_HEAD | Head slot (helmets, hats, etc.) |
ITEM_SLOT_FEET | Shoe slot |
ITEM_SLOT_ID | ID slot |
ITEM_SLOT_PDA | PDA slot |
ITEM_SLOT_NECK | Neck slot (ties, bedsheets, scarves) |
ITEM_SLOT_SUITSTORE | Suit storage slot |
ITEM_SLOT_HANDCUFFED | Handcuff slot |
ITEM_SLOT_LEGCUFFED | Legcuff slot (bolas, beartraps) |
ITEM_SLOT_BACKPACK | Inside of a character's backpack |
ITEM_SLOT_ACCESSORY | Accessory slot. Tries to place item on jumpsuit |
SLOT_HUD_AMOUNT | Total amount of slots. Keep this up to date! |
ITEM_FLAG_POCKET_LARGE | Allows items with a w_class of WEIGHT_CLASS_NORMAL or WEIGHT_CLASS_BULKY to fit in pockets |
ITEM_FLAG_POCKET_DENY | Denies items with a w_class of WEIGHT_CLASS_TINY or WEIGHT_CLASS_SMALL to fit in pockets |
ITEM_FLAG_TWOEARS | Indicated that item needs two ears to wear, also creates dummy item in other ear slot |
ADD_CLOTHING_TRAIT | Wrapper for adding clothing based traits |
REMOVE_CLOTHING_TRAIT | Wrapper for removing clothing based traits |
Define Details
ADD_CLOTHING_TRAIT 
Wrapper for adding clothing based traits
ITEM_FLAG_POCKET_DENY 
Denies items with a w_class of WEIGHT_CLASS_TINY or WEIGHT_CLASS_SMALL to fit in pockets
ITEM_FLAG_POCKET_LARGE 
Allows items with a w_class of WEIGHT_CLASS_NORMAL or WEIGHT_CLASS_BULKY to fit in pockets
ITEM_FLAG_TWOEARS 
Indicated that item needs two ears to wear, also creates dummy item in other ear slot
ITEM_SLOT_ACCESSORY 
Accessory slot. Tries to place item on jumpsuit
ITEM_SLOT_BACK 
Back slot
ITEM_SLOT_BACKPACK 
Inside of a character's backpack
ITEM_SLOT_BELT 
Belt slot
ITEM_SLOT_CLOTH_INNER 
Jumpsuit slot
ITEM_SLOT_CLOTH_OUTER 
Suit slot (armors, costumes, space suits, etc.)
ITEM_SLOT_EARS 
Both ears
ITEM_SLOT_EAR_LEFT 
Left ear slot (radios, earmuffs)
ITEM_SLOT_EAR_RIGHT 
Right ear slot (radios, earmuffs)
ITEM_SLOT_EYES 
Glasses slot
ITEM_SLOT_FEET 
Shoe slot
ITEM_SLOT_GLOVES 
Glove slot
ITEM_SLOT_HANDCUFFED 
Handcuff slot
ITEM_SLOT_HANDS 
Both hands
ITEM_SLOT_HAND_LEFT 
Left hand slot
ITEM_SLOT_HAND_RIGHT 
Right hand slot
ITEM_SLOT_HEAD 
Head slot (helmets, hats, etc.)
ITEM_SLOT_ID 
ID slot
ITEM_SLOT_LEGCUFFED 
Legcuff slot (bolas, beartraps)
ITEM_SLOT_MASK 
Mask slot
ITEM_SLOT_NECK 
Neck slot (ties, bedsheets, scarves)
ITEM_SLOT_PDA 
PDA slot
ITEM_SLOT_POCKETS 
Both pockets
ITEM_SLOT_POCKET_LEFT 
Left pocket slot
ITEM_SLOT_POCKET_RIGHT 
Right pocket slot
ITEM_SLOT_SUITSTORE 
Suit storage slot
REMOVE_CLOTHING_TRAIT 
Wrapper for removing clothing based traits
SLOT_HUD_AMOUNT 
Total amount of slots. Keep this up to date!