Space Station 13 - Modules - TypesVar Details

ventcrawl_node

Vars

f_valueThe A* node weight (f_value = number_of_tiles + heuristic)
number_tilesHow many steps it's taken to get here from the start
previous_nodeThe node we just came from

Var Details

f_value

The A* node weight (f_value = number_of_tiles + heuristic)

number_tiles

How many steps it's taken to get here from the start

previous_node

The node we just came from