|
|
|
@ -1430,7 +1430,8 @@ int CSMWorld::Data::count(RecordBase::State state) const
|
|
|
|
|
+ count(state, mRegions) + count(state, mBirthsigns) + count(state, mSpells) + count(state, mCells)
|
|
|
|
|
+ count(state, mEnchantments) + count(state, mBodyParts) + count(state, mLand) + count(state, mLandTextures)
|
|
|
|
|
+ count(state, mSoundGens) + count(state, mMagicEffects) + count(state, mReferenceables)
|
|
|
|
|
+ count(state, mPathgrids);
|
|
|
|
|
+ count(state, mPathgrids) + count(state, mTopics) + count(state, mTopicInfos) + count(state, mJournals)
|
|
|
|
|
+ count(state, mJournalInfos);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
std::vector<ESM::RefId> CSMWorld::Data::getIds(bool listDeleted) const
|
|
|
|
|