Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellstore.hpp81 CellRefList<ESM::Potion> mPotions; member in MWWorld::CellStore
153 forEachImp (visitor, mPotions) && in forEachInternal()
424 return mPotions; in get()
H A Desmstore.hpp27 Store<ESM::Potion> mPotions; member in MWWorld::ESMStore
127 mStores[ESM::REC_ALCH] = &mPotions; in ESMStore()
311 return mPotions; in get()
H A Dcellstore.cpp684 case ESM::REC_ALCH: mPotions.remove(ref.mRefNum); break; in loadRef()
713 case ESM::REC_ALCH: mPotions.load(ref, deleted,store); break; in loadRef()
786 writeReferenceCollection<ESM::ObjectState> (writer, mPotions); in writeReferences()
847 … readReferenceCollection<ESM::ObjectState> (reader, mPotions, cref, contentFileMap, this); in readReferences()
H A Desmstore.cpp376 +mPotions.getDynamicSize() in countSavedGameRecords()
399 mPotions.write (writer, progress); in write()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/tests/data/crawl/
H A Dcrawl718011 Potions
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Drefiddata.cpp23 mRecordContainers.insert (std::make_pair (UniversalId::Type_Potion, &mPotions)); in RefIdData()
282 return mPotions; in getPotions()
H A Drefiddata.hpp228 RefIdDataContainer<ESM::Potion> mPotions; member in CSMWorld::RefIdData