mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
1 line
2.7 KiB
HTML
1 line
2.7 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/ventcrawl_node - 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/ventcrawl_node.html#var">Var Details</a></header><main><h1>ventcrawl_node <aside>/<a href="datum.html">datum</a>/<a href="datum/ventcrawl_node.html">ventcrawl_node</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/paths/ventcrawl_path.dm#L1"><img src="git.png" width="16" height="16" title="code/__HELPERS/paths/ventcrawl_path.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/ventcrawl_node.html#var/f_value">f_value</a></th><td>The A* node weight (f_value = number_of_tiles + heuristic)</td></tr><tr><th><a href="datum/ventcrawl_node.html#var/number_tiles">number_tiles</a></th><td>How many steps it's taken to get here from the start</td></tr><tr><th><a href="datum/ventcrawl_node.html#var/previous_node">previous_node</a></th><td>The node we just came from</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/f_value"><aside class="declaration">var </aside>f_value <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/paths/ventcrawl_path.dm#L8"><img src="git.png" width="16" height="16" title="code/__HELPERS/paths/ventcrawl_path.dm 8"></a></h3><p>The A* node weight (f_value = number_of_tiles + heuristic)</p><h3 id="var/number_tiles"><aside class="declaration">var </aside>number_tiles <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/paths/ventcrawl_path.dm#L6"><img src="git.png" width="16" height="16" title="code/__HELPERS/paths/ventcrawl_path.dm 6"></a></h3><p>How many steps it's taken to get here from the start</p><h3 id="var/previous_node"><aside class="declaration">var </aside>previous_node <aside>– /<a href="datum.html">datum</a>/<a href="datum/ventcrawl_node.html">ventcrawl_node</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/paths/ventcrawl_path.dm#L4"><img src="git.png" width="16" height="16" title="code/__HELPERS/paths/ventcrawl_path.dm 4"></a></h3><p>The node we just came from</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> |