Home
last modified time | relevance | path

Searched refs:getTypeAndIndex (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Ddm.h137 uint16 getTypeAndIndex() { return _data & 0x3FFF; } in getTypeAndIndex() function
H A Ddungeonman.cpp1517 return Thing(squareThing.getTypeAndIndex()); in getDiscardThing()
1581 …if ((*thingPtr == _vm->_thingEndOfList) && (((Thing *)currThing)->getTypeAndIndex() == thingToUnli… in unlinkThingFromList()
1596 if (((Thing *)currThing)->getTypeAndIndex() == thingToUnlink.toUint16()) { in unlinkThingFromList()
1605 while (currThing.getTypeAndIndex() != thingToUnlink.toUint16()) { in unlinkThingFromList()
H A Dprojexpl.cpp389 …_vm->_moveSens->getMoveResult(Thing((projectileSlotThing).getTypeAndIndex() | getFlag(projectileTh… in projectileDelete()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Ddm.h187 uint16 getTypeAndIndex() { return _data & 0x3FFF; } in getTypeAndIndex() function
H A Ddungeonman.cpp1513 return Thing(squareThing.getTypeAndIndex()); in getDiscardThing()
1577 …if ((*thingPtr == _vm->_thingEndOfList) && (((Thing *)currThing)->getTypeAndIndex() == thingToUnli… in unlinkThingFromList()
1592 if (((Thing *)currThing)->getTypeAndIndex() == thingToUnlink.toUint16()) { in unlinkThingFromList()
1601 while (currThing.getTypeAndIndex() != thingToUnlink.toUint16()) { in unlinkThingFromList()
H A Dprojexpl.cpp387 …_vm->_moveSens->getMoveResult(Thing((projectileSlotThing).getTypeAndIndex() | getFlag(projectileTh… in projectileDelete()