Home
last modified time | relevance | path

Searched refs:getRoomAffinity (Results 1 – 7 of 7) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureaction/
H A DCreatureActionSearchJob.cpp111 for(const CreatureRoomAffinity& affinity : creature.getDefinition()->getRoomAffinity()) in handleSearchJob()
137 for(const CreatureRoomAffinity& affinity : creature.getDefinition()->getRoomAffinity()) in handleSearchJob()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DCreatureDefinition.h203 inline const std::vector<CreatureRoomAffinity>& getRoomAffinity() const in getRoomAffinity() function
215 const CreatureRoomAffinity& getRoomAffinity(RoomType roomType) const;
H A DCreatureDefinition.cpp1238 const CreatureRoomAffinity& CreatureDefinition::getRoomAffinity(RoomType roomType) const in getRoomAffinity() function in CreatureDefinition
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomCasino.cpp221 …const CreatureRoomAffinity& creatureRoomAffinity = creature->getDefinition()->getRoomAffinity(getT… in addCreatureUsingRoom()
393 …reatureRoomAffinity& creature1RoomAffinity = creature->getDefinition()->getRoomAffinity(getType()); in doUpkeep()
400 …reatureRoomAffinity& creature2RoomAffinity = creature->getDefinition()->getRoomAffinity(getType()); in doUpkeep()
H A DRoomTrainingHall.cpp387 …const CreatureRoomAffinity& creatureRoomAffinity = creature.getDefinition()->getRoomAffinity(getTy… in useRoom()
H A DRoomLibrary.cpp373 …const CreatureRoomAffinity& creatureRoomAffinity = creature.getDefinition()->getRoomAffinity(getTy… in useRoom()
H A DRoomWorkshop.cpp470 …const CreatureRoomAffinity& creatureRoomAffinity = creature.getDefinition()->getRoomAffinity(getTy… in useRoom()