Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dgame.h92 bool creatureRangeAttack(const Coords &coords, Creature *m);
H A Dgame.cpp438 bool creatureRangeAttack(const Coords &coords, Creature *m) { in creatureRangeAttack() function
H A Dcreature.cpp340 if (creatureRangeAttack(*i, this)) in specialAction()