mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
1 line
5.8 KiB
HTML
1 line
5.8 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/cooking_defines.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="code/__DEFINES/cooking_defines.html#define">Define Details</a></header><main><h1>code/__DEFINES/cooking_defines.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_NO_STEPS">PCWJ_NO_STEPS</a></th><td>The used object has no valid recipe uses</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_CHOICE_CANCEL">PCWJ_CHOICE_CANCEL</a></th><td>The user opted to cancel when given a choice</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_SUCCESS">PCWJ_SUCCESS</a></th><td>The user decided to use the item and the step was followed</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_PARTIAL_SUCCESS">PCWJ_PARTIAL_SUCCESS</a></th><td>The user decided to use the item but the qualifications for the step was not fulfilled</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_COMPLETE">PCWJ_COMPLETE</a></th><td>The meal has been completed!</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_LOCKOUT">PCWJ_LOCKOUT</a></th><td>Someone tried starting the function while a prompt was running. Jerk.</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_BURNT">PCWJ_BURNT</a></th><td>The meal was ruined by burning the food somehow.</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_NO_RECIPES">PCWJ_NO_RECIPES</a></th><td>There are no recipes that match this object and container combination.</td></tr><tr><th><a href="code/__DEFINES/cooking_defines.html#define/PCWJ_CHECK_FULL">PCWJ_CHECK_FULL</a></th><td>For reagents, nothing can be added to</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/PCWJ_BURNT"><aside class="declaration">#define </aside>PCWJ_BURNT <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L8"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 8"></a></h3><p>The meal was ruined by burning the food somehow.</p><h3 id="define/PCWJ_CHECK_FULL"><aside class="declaration">#define </aside>PCWJ_CHECK_FULL <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 14"></a></h3><p>For reagents, nothing can be added to</p><h3 id="define/PCWJ_CHOICE_CANCEL"><aside class="declaration">#define </aside>PCWJ_CHOICE_CANCEL <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L3"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 3"></a></h3><p>The user opted to cancel when given a choice</p><h3 id="define/PCWJ_COMPLETE"><aside class="declaration">#define </aside>PCWJ_COMPLETE <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L6"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 6"></a></h3><p>The meal has been completed!</p><h3 id="define/PCWJ_LOCKOUT"><aside class="declaration">#define </aside>PCWJ_LOCKOUT <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L7"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 7"></a></h3><p>Someone tried starting the function while a prompt was running. Jerk.</p><h3 id="define/PCWJ_NO_RECIPES"><aside class="declaration">#define </aside>PCWJ_NO_RECIPES <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L9"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 9"></a></h3><p>There are no recipes that match this object and container combination.</p><h3 id="define/PCWJ_NO_STEPS"><aside class="declaration">#define </aside>PCWJ_NO_STEPS <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L2"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 2"></a></h3><p>The used object has no valid recipe uses</p><h3 id="define/PCWJ_PARTIAL_SUCCESS"><aside class="declaration">#define </aside>PCWJ_PARTIAL_SUCCESS <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L5"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 5"></a></h3><p>The user decided to use the item but the qualifications for the step was not fulfilled</p><h3 id="define/PCWJ_SUCCESS"><aside class="declaration">#define </aside>PCWJ_SUCCESS <a href="https://github.com/ParadiseSS13/Paradise/blob/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7/code/__DEFINES/cooking_defines.dm#L4"><img src="git.png" width="16" height="16" title="code/__DEFINES/cooking_defines.dm 4"></a></h3><p>The user decided to use the item and the step was followed</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/c8dfcdac13f08c689c3a1cf77d6f1a90087d1dd7">c8dfcda</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |