code/__DEFINES/inventory.dm ![code/__DEFINES/inventory.dm0](git.png)
ITEM_SLOT_OCLOTHING | Suit slot (armors, costumes, space suits, etc.) |
---|---|
ITEM_SLOT_ICLOTHING | Jumpsuit slot |
ITEM_SLOT_GLOVES | Glove slot |
ITEM_SLOT_EYES | Glasses slot |
ITEM_SLOT_EARS_LEFT | Ear slot (radios, earmuffs) |
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_BELT | Belt slot |
ITEM_SLOT_BACK | Back slot |
ITEM_SLOT_DEX_STORAGE | Dextrous simplemob "hands" (used for Drones and Dextrous Guardians) |
ITEM_SLOT_NECK | Neck slot (ties, bedsheets, scarves) |
ITEM_SLOT_HANDS | A character's hand slots |
ITEM_SLOT_BACKPACK | Inside of a character's backpack |
ITEM_SLOT_SUITSTORE | Suit Storage slot |
ITEM_SLOT_LPOCKET | Left Pocket slot |
ITEM_SLOT_RPOCKET | Right Pocket slot |
ITEM_SLOT_UNDERWEAR | Underwear slot |
ITEM_SLOT_SOCKS | Socks slot |
ITEM_SLOT_SHIRT | Shirt slot |
ITEM_SLOT_EARS_RIGHT | Right ear slot |
ITEM_SLOT_WRISTS | Wrist slot |
ITEM_SLOT_HANDCUFFED | Handcuff slot |
ITEM_SLOT_LEGCUFFED | Legcuff slot (bolas, beartraps) |
ITEM_SLOT_ACCESSORY | To attach to a jumpsuit |
SLOTS_AMT | Total amount of slots |
AFK_THEFT_MAX_MESSAGES | How many messages you can remember while logged out before you stop remembering new ones |
AFK_THEFT_FORGET_DETAILS_TIME | If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when |
AFK_THEFT_NAME | The index of the entry in 'afk_thefts' with the person's visible name at the time |
AFK_THEFT_MESSAGE | The index of the entry in 'afk_thefts' with the text |
AFK_THEFT_TIME | The index of the entry in 'afk_thefts' with the time it happened |
Define Details
AFK_THEFT_FORGET_DETAILS_TIME ![code/__DEFINES/inventory.dm 152](git.png)
If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when
AFK_THEFT_MAX_MESSAGES ![code/__DEFINES/inventory.dm 150](git.png)
How many messages you can remember while logged out before you stop remembering new ones
AFK_THEFT_MESSAGE ![code/__DEFINES/inventory.dm 156](git.png)
The index of the entry in 'afk_thefts' with the text
AFK_THEFT_NAME ![code/__DEFINES/inventory.dm 154](git.png)
The index of the entry in 'afk_thefts' with the person's visible name at the time
AFK_THEFT_TIME ![code/__DEFINES/inventory.dm 158](git.png)
The index of the entry in 'afk_thefts' with the time it happened
ITEM_SLOT_ACCESSORY ![code/__DEFINES/inventory.dm 62](git.png)
To attach to a jumpsuit
ITEM_SLOT_BACK ![code/__DEFINES/inventory.dm 30](git.png)
Back slot
ITEM_SLOT_BACKPACK ![code/__DEFINES/inventory.dm 38](git.png)
Inside of a character's backpack
ITEM_SLOT_BELT ![code/__DEFINES/inventory.dm 28](git.png)
Belt slot
ITEM_SLOT_DEX_STORAGE ![code/__DEFINES/inventory.dm 32](git.png)
Dextrous simplemob "hands" (used for Drones and Dextrous Guardians)
ITEM_SLOT_EARS_LEFT ![code/__DEFINES/inventory.dm 18](git.png)
Ear slot (radios, earmuffs)
ITEM_SLOT_EARS_RIGHT ![code/__DEFINES/inventory.dm 53](git.png)
Right ear slot
ITEM_SLOT_EYES ![code/__DEFINES/inventory.dm 16](git.png)
Glasses slot
ITEM_SLOT_FEET ![code/__DEFINES/inventory.dm 24](git.png)
Shoe slot
ITEM_SLOT_GLOVES ![code/__DEFINES/inventory.dm 14](git.png)
Glove slot
ITEM_SLOT_HANDCUFFED ![code/__DEFINES/inventory.dm 58](git.png)
Handcuff slot
ITEM_SLOT_HANDS ![code/__DEFINES/inventory.dm 36](git.png)
A character's hand slots
ITEM_SLOT_HEAD ![code/__DEFINES/inventory.dm 22](git.png)
Head slot (helmets, hats, etc.)
ITEM_SLOT_ICLOTHING ![code/__DEFINES/inventory.dm 12](git.png)
Jumpsuit slot
ITEM_SLOT_ID ![code/__DEFINES/inventory.dm 26](git.png)
ID slot
ITEM_SLOT_LEGCUFFED ![code/__DEFINES/inventory.dm 60](git.png)
Legcuff slot (bolas, beartraps)
ITEM_SLOT_LPOCKET ![code/__DEFINES/inventory.dm 42](git.png)
Left Pocket slot
ITEM_SLOT_MASK ![code/__DEFINES/inventory.dm 20](git.png)
Mask slot
ITEM_SLOT_NECK ![code/__DEFINES/inventory.dm 34](git.png)
Neck slot (ties, bedsheets, scarves)
ITEM_SLOT_OCLOTHING ![code/__DEFINES/inventory.dm 10](git.png)
Suit slot (armors, costumes, space suits, etc.)
ITEM_SLOT_RPOCKET ![code/__DEFINES/inventory.dm 44](git.png)
Right Pocket slot
ITEM_SLOT_SHIRT ![code/__DEFINES/inventory.dm 51](git.png)
Shirt slot
ITEM_SLOT_SOCKS ![code/__DEFINES/inventory.dm 49](git.png)
Socks slot
ITEM_SLOT_SUITSTORE ![code/__DEFINES/inventory.dm 40](git.png)
Suit Storage slot
ITEM_SLOT_UNDERWEAR ![code/__DEFINES/inventory.dm 47](git.png)
Underwear slot
ITEM_SLOT_WRISTS ![code/__DEFINES/inventory.dm 55](git.png)
Wrist slot
SLOTS_AMT ![code/__DEFINES/inventory.dm 65](git.png)
Total amount of slots