Home
last modified time | relevance | path

Searched refs:calc_bidi_cost (Results 1 – 3 of 3) sorted by relevance

/dports/games/widelands/widelands-build21/src/economy/
H A Dship_fleet.cc458 return map.calc_bidi_cost(from, dir); in stepcost()
/dports/games/widelands/widelands-build21/src/logic/
H A Dmap.cc1895 int32_t Map::calc_bidi_cost(const Coords& coords, const int32_t dir) const { in calc_bidi_cost() function in Widelands::Map
2124 cost = curpf->real_cost + ((flags & fpBidiCost) ? calc_bidi_cost(cur, *direction) : in findpath()
H A Dmap.h365 int32_t calc_bidi_cost(const Coords&, int32_t dir) const;