Files
2025-02-05 06:19:18 +00:00

1 line
14 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/inventory.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="code/__DEFINES/inventory.html#define">Define Details</a></header><main><h1>code/__DEFINES/inventory.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_OCLOTHING">ITEM_SLOT_OCLOTHING</a></th><td>Suit slot (armors, costumes, space suits, etc.)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_ICLOTHING">ITEM_SLOT_ICLOTHING</a></th><td>Jumpsuit slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_GLOVES">ITEM_SLOT_GLOVES</a></th><td>Glove slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_EYES">ITEM_SLOT_EYES</a></th><td>Glasses slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_EARS">ITEM_SLOT_EARS</a></th><td>Ear slot (radios, earmuffs)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_MASK">ITEM_SLOT_MASK</a></th><td>Mask slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_HEAD">ITEM_SLOT_HEAD</a></th><td>Head slot (helmets, hats, etc.)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_FEET">ITEM_SLOT_FEET</a></th><td>Shoe slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_ID">ITEM_SLOT_ID</a></th><td>ID slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_BELT">ITEM_SLOT_BELT</a></th><td>Belt slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_BACK">ITEM_SLOT_BACK</a></th><td>Back slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_DEX_STORAGE">ITEM_SLOT_DEX_STORAGE</a></th><td>Dextrous simplemob &quot;hands&quot; (used for Drones and Dextrous Guardians)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_NECK">ITEM_SLOT_NECK</a></th><td>Neck slot (ties, bedsheets, scarves)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_HANDS">ITEM_SLOT_HANDS</a></th><td>A character's hand slots</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_BACKPACK">ITEM_SLOT_BACKPACK</a></th><td>Inside of a character's backpack</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_SUITSTORE">ITEM_SLOT_SUITSTORE</a></th><td>Suit Storage slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_LPOCKET">ITEM_SLOT_LPOCKET</a></th><td>Left Pocket slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_RPOCKET">ITEM_SLOT_RPOCKET</a></th><td>Right Pocket slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_HANDCUFFED">ITEM_SLOT_HANDCUFFED</a></th><td>Handcuff slot</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_LEGCUFFED">ITEM_SLOT_LEGCUFFED</a></th><td>Legcuff slot (bolas, beartraps)</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/ITEM_SLOT_ACCESSORY">ITEM_SLOT_ACCESSORY</a></th><td>To attach to a jumpsuit</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/SLOTS_AMT">SLOTS_AMT</a></th><td>Total amount of slots</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/AFK_THEFT_MAX_MESSAGES">AFK_THEFT_MAX_MESSAGES</a></th><td>How many messages you can remember while logged out before you stop remembering new ones</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/AFK_THEFT_FORGET_DETAILS_TIME">AFK_THEFT_FORGET_DETAILS_TIME</a></th><td>If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/AFK_THEFT_NAME">AFK_THEFT_NAME</a></th><td>The index of the entry in 'afk_thefts' with the person's visible name at the time</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/AFK_THEFT_MESSAGE">AFK_THEFT_MESSAGE</a></th><td>The index of the entry in 'afk_thefts' with the text</td></tr><tr><th><a href="code/__DEFINES/inventory.html#define/AFK_THEFT_TIME">AFK_THEFT_TIME</a></th><td>The index of the entry in 'afk_thefts' with the time it happened</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/AFK_THEFT_FORGET_DETAILS_TIME"><aside class="declaration">#define </aside>AFK_THEFT_FORGET_DETAILS_TIME <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L133"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 133"></a></h3><p>If someone logs back in and there are entries older than this, just tell them they can't remember who it was or when</p><h3 id="define/AFK_THEFT_MAX_MESSAGES"><aside class="declaration">#define </aside>AFK_THEFT_MAX_MESSAGES <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L131"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 131"></a></h3><p>How many messages you can remember while logged out before you stop remembering new ones</p><h3 id="define/AFK_THEFT_MESSAGE"><aside class="declaration">#define </aside>AFK_THEFT_MESSAGE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L137"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 137"></a></h3><p>The index of the entry in 'afk_thefts' with the text</p><h3 id="define/AFK_THEFT_NAME"><aside class="declaration">#define </aside>AFK_THEFT_NAME <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L135"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 135"></a></h3><p>The index of the entry in 'afk_thefts' with the person's visible name at the time</p><h3 id="define/AFK_THEFT_TIME"><aside class="declaration">#define </aside>AFK_THEFT_TIME <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L139"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 139"></a></h3><p>The index of the entry in 'afk_thefts' with the time it happened</p><h3 id="define/ITEM_SLOT_ACCESSORY"><aside class="declaration">#define </aside>ITEM_SLOT_ACCESSORY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L50"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 50"></a></h3><p>To attach to a jumpsuit</p><h3 id="define/ITEM_SLOT_BACK"><aside class="declaration">#define </aside>ITEM_SLOT_BACK <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L30"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 30"></a></h3><p>Back slot</p><h3 id="define/ITEM_SLOT_BACKPACK"><aside class="declaration">#define </aside>ITEM_SLOT_BACKPACK <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L38"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 38"></a></h3><p>Inside of a character's backpack</p><h3 id="define/ITEM_SLOT_BELT"><aside class="declaration">#define </aside>ITEM_SLOT_BELT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L28"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 28"></a></h3><p>Belt slot</p><h3 id="define/ITEM_SLOT_DEX_STORAGE"><aside class="declaration">#define </aside>ITEM_SLOT_DEX_STORAGE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L32"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 32"></a></h3><p>Dextrous simplemob &quot;hands&quot; (used for Drones and Dextrous Guardians)</p><h3 id="define/ITEM_SLOT_EARS"><aside class="declaration">#define </aside>ITEM_SLOT_EARS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L18"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 18"></a></h3><p>Ear slot (radios, earmuffs)</p><h3 id="define/ITEM_SLOT_EYES"><aside class="declaration">#define </aside>ITEM_SLOT_EYES <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L16"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 16"></a></h3><p>Glasses slot</p><h3 id="define/ITEM_SLOT_FEET"><aside class="declaration">#define </aside>ITEM_SLOT_FEET <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L24"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 24"></a></h3><p>Shoe slot</p><h3 id="define/ITEM_SLOT_GLOVES"><aside class="declaration">#define </aside>ITEM_SLOT_GLOVES <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 14"></a></h3><p>Glove slot</p><h3 id="define/ITEM_SLOT_HANDCUFFED"><aside class="declaration">#define </aside>ITEM_SLOT_HANDCUFFED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L46"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 46"></a></h3><p>Handcuff slot</p><h3 id="define/ITEM_SLOT_HANDS"><aside class="declaration">#define </aside>ITEM_SLOT_HANDS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L36"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 36"></a></h3><p>A character's hand slots</p><h3 id="define/ITEM_SLOT_HEAD"><aside class="declaration">#define </aside>ITEM_SLOT_HEAD <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L22"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 22"></a></h3><p>Head slot (helmets, hats, etc.)</p><h3 id="define/ITEM_SLOT_ICLOTHING"><aside class="declaration">#define </aside>ITEM_SLOT_ICLOTHING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L12"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 12"></a></h3><p>Jumpsuit slot</p><h3 id="define/ITEM_SLOT_ID"><aside class="declaration">#define </aside>ITEM_SLOT_ID <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L26"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 26"></a></h3><p>ID slot</p><h3 id="define/ITEM_SLOT_LEGCUFFED"><aside class="declaration">#define </aside>ITEM_SLOT_LEGCUFFED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L48"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 48"></a></h3><p>Legcuff slot (bolas, beartraps)</p><h3 id="define/ITEM_SLOT_LPOCKET"><aside class="declaration">#define </aside>ITEM_SLOT_LPOCKET <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L42"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 42"></a></h3><p>Left Pocket slot</p><h3 id="define/ITEM_SLOT_MASK"><aside class="declaration">#define </aside>ITEM_SLOT_MASK <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L20"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 20"></a></h3><p>Mask slot</p><h3 id="define/ITEM_SLOT_NECK"><aside class="declaration">#define </aside>ITEM_SLOT_NECK <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L34"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 34"></a></h3><p>Neck slot (ties, bedsheets, scarves)</p><h3 id="define/ITEM_SLOT_OCLOTHING"><aside class="declaration">#define </aside>ITEM_SLOT_OCLOTHING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L10"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 10"></a></h3><p>Suit slot (armors, costumes, space suits, etc.)</p><h3 id="define/ITEM_SLOT_RPOCKET"><aside class="declaration">#define </aside>ITEM_SLOT_RPOCKET <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L44"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 44"></a></h3><p>Right Pocket slot</p><h3 id="define/ITEM_SLOT_SUITSTORE"><aside class="declaration">#define </aside>ITEM_SLOT_SUITSTORE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L40"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 40"></a></h3><p>Suit Storage slot</p><h3 id="define/SLOTS_AMT"><aside class="declaration">#define </aside>SLOTS_AMT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/inventory.dm#L53"><img src="git.png" width="16" height="16" title="code/__DEFINES/inventory.dm 53"></a></h3><p>Total amount of slots</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>