Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dsprites_eob.cpp815 int EoBCoreEngine::getNextMonsterPos(EoBMonsterInPlay *m, int block) { in getNextMonsterPos() function in Kyra::EoBCoreEngine
1054 b = getNextMonsterPos(m, b); in updateMonsterTryCloseAttack()
1173 int pos = getNextMonsterPos(m, destBlock); in walkMonsterNextStep()
H A Deobcommon.h529 int getNextMonsterPos(EoBMonsterInPlay *m, int block);
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dsprites_eob.cpp833 int EoBCoreEngine::getNextMonsterPos(EoBMonsterInPlay *m, int block) { in getNextMonsterPos() function in Kyra::EoBCoreEngine
1084 b = getNextMonsterPos(m, b); in updateMonsterTryCloseAttack()
1203 int pos = getNextMonsterPos(m, destBlock); in walkMonsterNextStep()
H A Deobcommon.h565 int getNextMonsterPos(EoBMonsterInPlay *m, int block);