Home
last modified time | relevance | path

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

/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureaction/
H A DCreatureActionDigTile.cpp66 !tileDig.isDiggable(creature.getSeat())) in handleDigTile()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomPortalWave.cpp829 if(tile->isDiggable(getSeat())) in handleDigging()
921 !tileStart->isDiggable(creature->getSeat())) in findBestDiggablePath()
988 else if(tile->isDiggable(creature->getSeat())) in findBestDiggablePath()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/game/
H A DPlayer.cpp607 if(!tile->isDiggable(getSeat())) in markTilesForDigging()
625 if(!tile->isDiggable(getSeat())) in markTilesForDigging()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DTile.cpp89 bool Tile::isDiggable(const Seat* seat) const in isDiggable() function in Tile
391 if (ss && !isDiggable(pp->getSeat())) in setMarkedForDigging()
1082 !isDiggable(getGameMap()->getLocalPlayer()->getSeat())) in updateFromPacket()
H A DTile.h306 bool isDiggable(const Seat* seat) const;
/dports/games/opendungeons/OpenDungeons-0.7.1/source/ai/
H A DBaseAI.cpp470 if (tile && tile->isDiggable(seat)) in digWayToTile()
/dports/games/powder/powder118_src/
H A Dmap.h345 bool isDiggable(int x, int y) const;
H A Daction.cpp4958 glbCurLevel->isDiggable(getX()+dx, getY()+dy)) in actionCast()
5019 if (!glbCurLevel->isDiggable(tx, ty)) in actionCast()
H A Dmap.cpp2308 MAP::isDiggable(int x, int y) const in isDiggable() function in MAP
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DGameMap.cpp1546 else if(throughDiggableTiles && neighbor.getTile()->isDiggable(seat)) in path()