Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellref.hpp48 std::string getDestCell() const;
H A Dcellref.cpp43 std::string CellRef::getDestCell() const in getDestCell() function in MWWorld::CellRef
H A Dworldimp.cpp2112 if (!ref.mRef.getDestCell().empty()) in operator ()()
2114 cellid.mWorldspace = ref.mRef.getDestCell(); in operator ()()
2837 return lhs->getDestCell() < rhs->getDestCell(); in findInteriorPosition()
2845 if (door->getDestCell().empty()) in findInteriorPosition()
2855 source = getInterior(door->getDestCell()); in findInteriorPosition()
2863 if (Misc::StringUtils::ciEqual(name, destDoor.mRef.getDestCell())) in findInteriorPosition()
3301 if (ref.mRef.getDestCell().empty()) in findInteriorPositionInWorldSpace()
3309 std::string dest = ref.mRef.getDestCell(); in findInteriorPositionInWorldSpace()
3357 if (ref.mRef.getDestCell().empty()) in getClosestMarker()
3364 std::string dest = ref.mRef.getDestCell(); in getClosestMarker()
[all …]
H A Dscene.cpp1025 if (!door.getCellRef().getDestCell().empty()) in preloadTeleportDoorDestinations()
1026 … preloadCell(MWBase::Environment::get().getWorld()->getInterior(door.getCellRef().getDestCell())); in preloadTeleportDoorDestinations()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwclass/
H A Ddoor.cpp190 …<MWWorld::Action> action(new MWWorld::ActionTeleport (ptr.getCellRef().getDestCell(), ptr.getCellR… in activate()
300 std::string dest = door.mRef.getDestCell(); in getDestination()
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.h375 Cell& getDestCell(ExecutionState &state, in getDestCell() function
H A DExecutor.cpp1233 getDestCell(state, target).value = value;