Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellstore.hpp90 CellRefList<ESM::CreatureLevList> mCreatureLists; member in MWWorld::CellStore
172 forEachImp (visitor, mCreatureLists); in forEachInternal()
487 return mCreatureLists; in get()
H A Desmstore.hpp43 Store<ESM::CreatureLevList> mCreatureLists; member in MWWorld::ESMStore
146 mStores[ESM::REC_LEVC] = &mCreatureLists; in ESMStore()
391 return mCreatureLists; in get()
H A Dcellstore.cpp693 case ESM::REC_LEVC: mCreatureLists.remove(ref.mRefNum); break; in loadRef()
722 case ESM::REC_LEVC: mCreatureLists.load(ref, deleted, store); break; in loadRef()
795 writeReferenceCollection<ESM::CreatureLevListState> (writer, mCreatureLists); in writeReferences()
892 …readReferenceCollection<ESM::CreatureLevListState> (reader, mCreatureLists, cref, contentFileMap, … in readReferences()
1121 …llRefList<ESM::CreatureLevList>::List::iterator it (mCreatureLists.mList.begin()); it!=mCreatureLi… in respawn()
H A Desmstore.cpp385 +mCreatureLists.getDynamicSize() in countSavedGameRecords()
409 mCreatureLists.write (writer, progress); in write()