Home
last modified time | relevance | path

Searched refs:initMonster (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/seed7/seed7/prg/
H A Dcastle.sd71021 const proc: initMonster (
1049 initMonster(ANGRY_DEMON1, "Angry", "Demon", demon_pic, 7, 13, 5, 160, THRONE_ROOM);
1050 initMonster(ANGRY_DEMON2, "Angry", "Demon", demon_pic, 10, 6, 5, 160, KNIGHTS_HALL);
1053 initMonster(BIG_SPIDER, "Big", "Spider", big_spider_pic, 14, 18, 3, 80, MAZE73);
1054 initMonster(SMALL_SPIDER, "Small", "Spider", small_spider_pic, 5, 17, 1, 60, MAZE70);
1056 initMonster(BAT, "", "Bat", bat_pic, 7, 18, 2, 40, WINE_CELLAR);
1057 initMonster(VAMPIRE, "", "Vampire", vampire_pic, 10, 24, 0, 0, CORRIDOR28);
1058 initMonster(FAIRY1, "", "Fairy", fairy_pic, 10, 1, 0, 0, CORRIDOR52);
1059 initMonster(FAIRY2, "", "Fairy", fairy_pic, 1, 12, 0, 0, CORRIDOR54);
1060 initMonster(DOOR1, "", "Door", grating_pic, 15, 9, 0, 0, WINE_CELLAR);
[all …]
/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_shared.cpp18 void Entity::initMonster(int mySprite) in initMonster() function in Entity
H A Dmonster_ghoul.cpp28 my->initMonster(246); in initGhoul()
H A Dmonster_troll.cpp28 my->initMonster(204); in initTroll()
H A Dmonster_imp.cpp28 my->initMonster(289); in initImp()
H A Dmonster_sentrybot.cpp32 my->initMonster(my->sprite); in initSentryBot()
271 my->initMonster(886); in initGyroBot()
1511 my->initMonster(889); in initDummyBot()
H A Dmonster_crystalgolem.cpp28 my->initMonster(475); in initCrystalgolem()
H A Dmonster_demon.cpp28 my->initMonster(258); in initDemon()
H A Dmonster_devil.cpp30 my->initMonster(304); in initDevil()
H A Dmonster_cockatrice.cpp28 my->initMonster(413); in initCockatrice()
H A Dmonster_gnome.cpp30 my->initMonster(295); in initGnome()
H A Dmonster_minotaur.cpp30 my->initMonster(239); in initMinotaur()
H A Dmonster_succubus.cpp28 my->initMonster(190); in initSuccubus()
H A Dentity.hpp684 void initMonster(int mySprite);
H A Dmonster_goblin.cpp29 my->initMonster(180); in initGoblin()
H A Dmonster_lichfire.cpp32 my->initMonster(646); in initLichFire()
H A Dmonster_kobold.cpp30 my->initMonster(421); in initKobold()
H A Dmonster_vampire.cpp31 my->initMonster(437); in initVampire()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dsprites_eob.cpp114initMonster(data[0], data[1], READ_LE_UINT16(&data[2]), data[4], (int8)data[5], data[6], data[7], … in loadActiveMonsterData()
121 void EoBCoreEngine::initMonster(int index, int unit, uint16 block, int pos, int dir, int type, int … in initMonster() function in Kyra::EoBCoreEngine
H A Deob.cpp340 initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
H A Ddarkmoon.cpp369 initMonster(index, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
H A Deobcommon.h496 …void initMonster(int index, int unit, uint16 block, int pos, int dir, int type, int shpIndex, int …
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dsprites_eob.cpp91initMonster(data[0], data[1], READ_LE_UINT16(&data[2]), data[4], (int8)data[5], data[6], data[7], … in loadActiveMonsterData()
98 void EoBCoreEngine::initMonster(int index, int unit, uint16 block, int pos, int dir, int type, int … in initMonster() function in Kyra::EoBCoreEngine
H A Ddarkmoon.cpp458 initMonster(index, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem); in replaceMonster()
/dports/games/scourge/scourge/src/
H A Dcreature.h215 Creature( Session *session, Monster *monster, GLShape *shape, bool initMonster = true );

12