1 line
5.3 KiB
HTML
1 line
5.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/turf/open/floor/plating/asteroid - /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="turf/open/floor/plating/asteroid.html#var">Var Details</a> - <a href="turf/open/floor/plating/asteroid.html#proc">Proc Details</a></header><main><h1>asteroid <aside>/<a href="turf.html">turf</a>/<a href="turf/open.html">open</a>/<a href="turf/open/floor.html">floor</a>/<a href="turf/open/floor/plating/asteroid.html">plating/asteroid</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L4"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 4"></a></h1><p>Asteroid</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/digResult">digResult</a></th><td>Itemstack to drop when dug by a shovel</td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/dug">dug</a></th><td>Whether the turf has been dug or not</td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/environment_type">environment_type</a></th><td>Environment type for the turf</td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/floor_variance">floor_variance</a></th><td>Probability floor has a different icon state</td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/postdig_icon_change">postdig_icon_change</a></th><td>Whether to change the turf's icon_state to "[base_icon_state]_dug" when its dugged up</td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#var/turf_type">turf_type</a></th><td>Base turf type to be created by the tunnel</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="turf/open/floor/plating/asteroid.html#proc/can_dig">can_dig</a></th><td>If the user can dig the turf</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/digResult"><aside class="declaration">var </aside>digResult <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/stack.html">stack</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L23"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 23"></a></h3><p>Itemstack to drop when dug by a shovel</p><h3 id="var/dug"><aside class="declaration">var </aside>dug <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L25"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 25"></a></h3><p>Whether the turf has been dug or not</p><h3 id="var/environment_type"><aside class="declaration">var </aside>environment_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L16"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 16"></a></h3><p>Environment type for the turf</p><h3 id="var/floor_variance"><aside class="declaration">var </aside>floor_variance <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L20"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 20"></a></h3><p>Probability floor has a different icon state</p><h3 id="var/postdig_icon_change">postdig_icon_change <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L27"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 27"></a></h3><p>Whether to change the turf's icon_state to "[base_icon_state]_dug" when its dugged up</p><h3 id="var/turf_type"><aside class="declaration">var </aside>turf_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L18"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 18"></a></h3><p>Base turf type to be created by the tunnel</p><h2 id="proc">Proc Details</h2><h3 id="proc/can_dig"><aside class="declaration">proc </aside>can_dig<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/floor/plating/asteroid.dm#L48"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/floor/plating/asteroid.dm 48"></a></aside></h3><p>If the user can dig the turf</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> |