Home
last modified time | relevance | path

Searched refs:followObjectIdx (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dcell.h49 int16 followObjectIdx; member
H A Dcell.cpp100 newElement->followObjectIdx = objIdx; in addCell()
227 pHead->followObjectIdx = obj2; in linkCell()
H A DmainDraw.cpp1425 …followObjectOverlayIdx != currentObjPtr->overlay) || (currentObjPtr->followObjectIdx != currentObj… in mainDraw()
1429 …getMultipleObjectParam(currentObjPtr->followObjectOverlayIdx, currentObjPtr->followObjectIdx, &par… in mainDraw()
H A Dsaveload.cpp401 s.syncAsSint16LE(p->followObjectIdx); in syncCell()
H A Dcruise_main.cpp650 int linkedObjIdx = currentObject->followObjectIdx; in findObject()
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dcell.h49 int16 followObjectIdx; member
H A Dcell.cpp100 newElement->followObjectIdx = objIdx; in addCell()
227 pHead->followObjectIdx = obj2; in linkCell()
H A DmainDraw.cpp1425 …followObjectOverlayIdx != currentObjPtr->overlay) || (currentObjPtr->followObjectIdx != currentObj… in mainDraw()
1429 …getMultipleObjectParam(currentObjPtr->followObjectOverlayIdx, currentObjPtr->followObjectIdx, &par… in mainDraw()
H A Dsaveload.cpp401 s.syncAsSint16LE(p->followObjectIdx); in syncCell()
H A Dcruise_main.cpp650 int linkedObjIdx = currentObject->followObjectIdx; in findObject()