#include <pathfind.hpp>
Public Attributes | |
map_location | curr |
map_location | prev |
int | move_left |
Definition at line 87 of file pathfind.hpp.
map_location pathfind::paths::step::curr |
Definition at line 89 of file pathfind.hpp.
Referenced by ai::readonly_context_impl::calculate_moves(), actions::shroud_clearer::clear_unit(), actions::create_jamming_map(), ai::ai_default_rca::move_leader_to_keep_phase::evaluate(), game_display::highlight_another_reach(), pathfind::step_compare(), and ai::readonly_context_impl::suitable_keep().
int pathfind::paths::step::move_left |
Definition at line 90 of file pathfind.hpp.
Referenced by actions::create_jamming_map(), and ai::readonly_context_impl::suitable_keep().
map_location pathfind::paths::step::prev |
Definition at line 89 of file pathfind.hpp.