Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp147 static attack_itors::iterator get_attack_iter(unit& u, attack_ptr atk) in get_attack_iter() function
178 auto iter = get_attack_iter(u, atk), end = u.attacks().end(); in impl_unit_attacks_set()