Home
last modified time | relevance | path

Searched refs:aiInit (Results 1 – 13 of 13) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dsaveload.cpp253 lookUp = g_hdb->_ai->funcLookUp(aiInit); in save()
255 if (!lookUp && aiInit) in save()
378 aiInit = init; in load()
H A Dai.h393 void (*aiInit)(AIEntity *e); // func ptr to init routine member
472 aiInit = aiInit2 = NULL; in reset()
H A Dai-funcs.cpp426 e->aiInit = aiEntList[i].initFunc; in cacheEntGfx()
429 e->aiInit(e); in cacheEntGfx()
721 (*it)->aiInit((*it)); in initAllEnts()
760 temp->aiAction = temp->aiInit = temp->aiUse = NULL; in initAllEnts()
H A Dai-init.cpp1767 temp->aiAction = temp->aiInit = temp->aiUse = NULL; in loadSaveFile()
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dsaveload.cpp253 lookUp = g_hdb->_ai->funcLookUp(aiInit); in save()
255 if (!lookUp && aiInit) in save()
378 aiInit = init; in load()
H A Dai.h397 FuncPtr aiInit; // func ptr to init routine member
476 aiInit = aiInit2 = nullptr; in reset()
H A Dai-funcs.cpp426 e->aiInit = aiEntList[i].initFunc; in cacheEntGfx()
429 e->aiInit(e); in cacheEntGfx()
721 (*it)->aiInit((*it)); in initAllEnts()
760 temp->aiAction = temp->aiInit = temp->aiUse = nullptr; in initAllEnts()
H A Dai-init.cpp1839 temp->aiAction = temp->aiInit = temp->aiUse = nullptr; in loadSaveFile()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dai.h104 void aiInit(void);
H A Dai.cpp1553 void aiInit(void) { in aiInit() function
H A Dactor.cpp2602 aiInit(); in actInit()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DALSAAudio.cpp56 static ALSAInit aiInit; variable
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DALSAAudio.cpp56 static ALSAInit aiInit; variable