Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellstore.cpp147 void readReferenceCollection (ESM::ESMReader& reader, in readReferenceCollection() function
847readReferenceCollection<ESM::ObjectState> (reader, mPotions, cref, contentFileMap, this); in readReferences()
852readReferenceCollection<ESM::ObjectState> (reader, mAppas, cref, contentFileMap, this); in readReferences()
857readReferenceCollection<ESM::ObjectState> (reader, mArmors, cref, contentFileMap, this); in readReferences()
862readReferenceCollection<ESM::ObjectState> (reader, mBooks, cref, contentFileMap, this); in readReferences()
867readReferenceCollection<ESM::ObjectState> (reader, mClothes, cref, contentFileMap, this); in readReferences()
882readReferenceCollection<ESM::DoorState> (reader, mDoors, cref, contentFileMap, this); in readReferences()
887readReferenceCollection<ESM::ObjectState> (reader, mIngreds, cref, contentFileMap, this); in readReferences()
902readReferenceCollection<ESM::ObjectState> (reader, mLights, cref, contentFileMap, this); in readReferences()
917readReferenceCollection<ESM::NpcState> (reader, mNpcs, cref, contentFileMap, this); in readReferences()
[all …]