Home
last modified time | relevance | path

Searched defs:target_hex (Results 1 – 3 of 3) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dattack.cpp55 attack::attack(size_t team_index, bool hidden, unit& u, const map_location& target_hex, int weapon_… in attack()
H A Dmanager.cpp303 map_location const target_hex = recruit?recruit->get_recruit_hex():recall->get_recall_hex(); in allow_leader_to_move() local
H A Dside_actions.cpp755 …terator side_actions::queue_attack(size_t turn, unit& mover, const map_location& target_hex, int w… in queue_attack()