Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dmovesens.cpp726 sensorTriggeredCell = kDMCellAny; // this will wrap around in processThingAdditionOrRemoval()
733 if (sensorTriggeredCell == kDMCellAny) { in processThingAdditionOrRemoval()
770 if (sensorTriggeredCell == kDMCellAny) { in processThingAdditionOrRemoval()
857 …triggerEffect(curSensor, curSensorEffect, mapX, mapY, (uint16)kDMCellAny); // this will wrap around in processThingAdditionOrRemoval()
974 …|| ((_sensorRotationEffCell != kDMCellAny) && (firstSensorThing.getCell() != _sensorRotationEffCel… in processRotationEffect()
981 …|| ((_sensorRotationEffCell != kDMCellAny) && (lastSensorThing.getCell() != _sensorRotationEffCell… in processRotationEffect()
990 …if ((_sensorRotationEffCell == kDMCellAny) || (lastSensorThing.getCell() == _sensorRotationEffCell… in processRotationEffect()
1015 …if ((_vm->_objectMan->getObjectType(curThing) == objectType) && ((cell == kDMCellAny) || (curThing… in getObjectOfTypeInCell()
H A Ddm.h124 kDMCellAny = -1, // @ CM1_CELL_ANY enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dmovesens.cpp727 sensorTriggeredCell = kDMCellAny; // this will wrap around in processThingAdditionOrRemoval()
734 if (sensorTriggeredCell == kDMCellAny) { in processThingAdditionOrRemoval()
771 if (sensorTriggeredCell == kDMCellAny) { in processThingAdditionOrRemoval()
858 …triggerEffect(curSensor, curSensorEffect, mapX, mapY, (uint16)kDMCellAny); // this will wrap around in processThingAdditionOrRemoval()
976 …|| ((_sensorRotationEffCell != kDMCellAny) && (firstSensorThing.getCell() != _sensorRotationEffCel… in processRotationEffect()
983 …|| ((_sensorRotationEffCell != kDMCellAny) && (lastSensorThing.getCell() != _sensorRotationEffCell… in processRotationEffect()
992 …if ((_sensorRotationEffCell == kDMCellAny) || (lastSensorThing.getCell() == _sensorRotationEffCell… in processRotationEffect()
1021 …if ((_vm->_objectMan->getObjectType(curThing) == objectType) && ((cell == kDMCellAny) || (curThing… in getObjectOfTypeInCell()
H A Ddm.h87 kDMCellAny = -1, // @ CM1_CELL_ANY enumerator