Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dloadbsgn.cpp9 unsigned int BirthSign::sRecordId = REC_BSGN;
H A Ddefs.hpp100 REC_BSGN = FourCC<'B','S','G','N'>::value, enumerator
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Desmstore.hpp132 mStores[ESM::REC_BSGN] = &mBirthSigns; in ESMStore()
/dports/games/openmw/openmw-openmw-0.47.0/apps/esmtool/
H A Desmtool.cpp41 ESM::REC_REGN, ESM::REC_BSGN, ESM::REC_LTEX, ESM::REC_STAT, ESM::REC_DOOR,
H A Drecord.cpp210 case ESM::REC_BSGN: in create()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Ddata.cpp1079 case ESM::REC_BSGN: mBirthsigns.load (*mReader, mBase); break; in continueLoading()