Home
last modified time | relevance | path

Searched defs:attack_result (Results 1 – 6 of 6) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dplayer-attack.h26 struct attack_result { struct
48 typedef struct attack_result (*ranged_attack) (struct player *p, argument
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/
H A Dactions.hpp129 class attack_result : public action_result { class
H A Dactions.cpp175 attack_result::attack_result( side_number side, const map_location& attacker_loc, const map_locatio… in attack_result() function in ai::attack_result
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/formula/
H A Dcallable_objects.cpp235 attack_result_ptr attack_result = ai.execute_attack_action(src_, dst_, weapon()); in execute_self() local
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dstatistics.cpp458 void attack_context::attack_result(hit_result res, int damage, int drain) in attack_result() function in statistics::attack_context
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/lua/
H A Dcore.cpp231 …ai::attack_result_ptr attack_result = ai::actions::execute_attack_action(side,exec,attacker,defend… in ai_attack() local