OpenMW
|
Classes | |
struct | SearchByRefNumVisitor |
Functions | |
template<typename T > | |
MWWorld::Ptr | searchInContainerList (MWWorld::CellRefList< T > &containerList, const std::string &id) |
template<typename T > | |
MWWorld::Ptr | searchViaActorId (MWWorld::CellRefList< T > &actorList, int actorId, MWWorld::CellStore *cell, const std::map< MWWorld::LiveCellRefBase *, MWWorld::CellStore * > &toIgnore) |
template<typename RecordType , typename T > | |
void | writeReferenceCollection (ESM::ESMWriter &writer, const MWWorld::CellRefList< T > &collection) |
template<typename RecordType , typename T > | |
void | readReferenceCollection (ESM::ESMReader &reader, MWWorld::CellRefList< T > &collection, const ESM::CellRef &cref, const std::map< int, int > &contentFileMap) |
void anonymous_namespace{cellstore.cpp}::readReferenceCollection | ( | ESM::ESMReader & | reader, |
MWWorld::CellRefList< T > & | collection, | ||
const ESM::CellRef & | cref, | ||
const std::map< int, int > & | contentFileMap | ||
) |
MWWorld::Ptr anonymous_namespace{cellstore.cpp}::searchInContainerList | ( | MWWorld::CellRefList< T > & | containerList, |
const std::string & | id | ||
) |
MWWorld::Ptr anonymous_namespace{cellstore.cpp}::searchViaActorId | ( | MWWorld::CellRefList< T > & | actorList, |
int | actorId, | ||
MWWorld::CellStore * | cell, | ||
const std::map< MWWorld::LiveCellRefBase *, MWWorld::CellStore * > & | toIgnore | ||
) |
void anonymous_namespace{cellstore.cpp}::writeReferenceCollection | ( | ESM::ESMWriter & | writer, |
const MWWorld::CellRefList< T > & | collection | ||
) |