Files

1 line
4.7 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/objects/structures/fence.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/game/objects/structures/fence.html#define">Define Details</a></header><main><h1>code/game/objects/structures/fence.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/game/objects/structures/fence.html#define/CLIMB_TIME">CLIMB_TIME</a></th><td>Time to climb through a fence with a <code>SMALL_HOLE</code>.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/CUT_TIME">CUT_TIME</a></th><td>Time to cut fences with <code>can_have_holes</code> = <code>TRUE</code>.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/FULL_CUT_TIME">FULL_CUT_TIME</a></th><td>Time to cut fences with <code>can_have_holes</code> = <code>FALSE</code>.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/NO_HOLE">NO_HOLE</a></th><td>Fully intact fence.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/SMALL_HOLE">SMALL_HOLE</a></th><td>Small hole in fence, can be climbed through.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/LARGE_HOLE">LARGE_HOLE</a></th><td>Large hole in fence, can be walked through.</td></tr><tr><th><a href="code/game/objects/structures/fence.html#define/HOLE_REPAIR">HOLE_REPAIR</a></th><td>Material cost to fix a fence section.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/CLIMB_TIME"><aside class="declaration">#define </aside>CLIMB_TIME <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L3"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 3"></a></h3><p>Time to climb through a fence with a <code>SMALL_HOLE</code>.</p><h3 id="define/CUT_TIME"><aside class="declaration">#define </aside>CUT_TIME <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L5"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 5"></a></h3><p>Time to cut fences with <code>can_have_holes</code> = <code>TRUE</code>.</p><h3 id="define/FULL_CUT_TIME"><aside class="declaration">#define </aside>FULL_CUT_TIME <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L7"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 7"></a></h3><p>Time to cut fences with <code>can_have_holes</code> = <code>FALSE</code>.</p><h3 id="define/HOLE_REPAIR"><aside class="declaration">#define </aside>HOLE_REPAIR <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L15"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 15"></a></h3><p>Material cost to fix a fence section.</p><h3 id="define/LARGE_HOLE"><aside class="declaration">#define </aside>LARGE_HOLE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L13"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 13"></a></h3><p>Large hole in fence, can be walked through.</p><h3 id="define/NO_HOLE"><aside class="declaration">#define </aside>NO_HOLE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L9"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 9"></a></h3><p>Fully intact fence.</p><h3 id="define/SMALL_HOLE"><aside class="declaration">#define </aside>SMALL_HOLE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/objects/structures/fence.dm#L11"><img src="git.png" width="16" height="16" title="code/game/objects/structures/fence.dm 11"></a></h3><p>Small hole in fence, can be climbed through.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>