Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp166 bool checkWalkingDirections (const pathing_t* path);
262 bool Step::checkWalkingDirections (const pathing_t* path) in checkWalkingDirections() function in Step
470 if (!checkWalkingDirections(path)) { in isPossible()