Files
Paradise/datum/card_deck_table_tracker.html

1 line
4.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/card_deck_table_tracker - 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="datum/card_deck_table_tracker.html#var">Var Details</a></header><main><h1>card_deck_table_tracker <aside>/<a href="datum.html">datum</a>/<a href="datum/card_deck_table_tracker.html">card_deck_table_tracker</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L3"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/debug">debug</a></th><td>Indicate field activity with colors on the field's turfs.</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/deck_uid">deck_uid</a></th><td>The UID of the deck</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/floors">floors</a></th><td>The list of floors from which a player can access the card field.</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/host">host</a></th><td>The deck we're tracking.</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/max_table_distance">max_table_distance</a></th><td>How far away you can be (in terms of table squares).</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/max_total_distance">max_total_distance</a></th><td>How far away you can be (euclidean distance).</td></tr><tr><th><a href="datum/card_deck_table_tracker.html#var/tables">tables</a></th><td>The list of tables that the card deck's location is contiguous with.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/debug"><aside class="declaration">var </aside>debug <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L11"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 11"></a></h3><p>Indicate field activity with colors on the field's turfs.</p><h3 id="var/deck_uid"><aside class="declaration">var </aside>deck_uid <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L9"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 9"></a></h3><p>The UID of the deck</p><h3 id="var/floors"><aside class="declaration">var </aside>floors <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 16"></a></h3><p>The list of floors from which a player can access the card field.</p><h3 id="var/host"><aside class="declaration">var </aside>host <aside> /<a href="atom.html">atom</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L13"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 13"></a></h3><p>The deck we're tracking.</p><h3 id="var/max_table_distance"><aside class="declaration">var </aside>max_table_distance <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 5"></a></h3><p>How far away you can be (in terms of table squares).</p><h3 id="var/max_total_distance"><aside class="declaration">var </aside>max_total_distance <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L7"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 7"></a></h3><p>How far away you can be (euclidean distance).</p><h3 id="var/tables"><aside class="declaration">var </aside>tables <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/card_deck_table_tracker.dm#L18"><img src="git.png" width="16" height="16" title="code/datums/card_deck_table_tracker.dm 18"></a></h3><p>The list of tables that the card deck's location is contiguous with.</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>