Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dhelper.lua311 function helper.find_attack(unit, filter) function
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp97 auto find_attack(T* u, const std::string& id) -> attack_ptr_in<T> in find_attack() function
109 auto find_attack(T* u, size_t i) -> attack_ptr_in<T> in find_attack() function
/dports/games/vms-empire/vms-empire-1.16/
H A Dcompmove.c816 find_attack(loc_t loc, char *obj_list, char *terrain) in find_attack() function