Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster.hpp556 void incubusMoveBodyparts(Entity* my, Stat* myStats, double dist);
H A Dmonster_incubus.cpp562 void incubusMoveBodyparts(Entity* my, Stat* myStats, double dist) in incubusMoveBodyparts() function
H A Dactmonster.cpp1456 incubusMoveBodyparts(my, NULL, sqrt(MONSTER_VELX * MONSTER_VELX + MONSTER_VELY * MONSTER_VELY)); in actMonster()
7230incubusMoveBodyparts(my, myStats, sqrt(MONSTER_VELX * MONSTER_VELX + MONSTER_VELY * MONSTER_VELY)); in actMonster()