OpenMW
|
Wrapper for Cell record. More...
#include <cell.hpp>
Public Member Functions | |
void | load (ESM::ESMReader &esm) |
void | addRef (const std::string &id) |
Public Attributes | |
std::string | mId |
std::vector< std::pair < std::string, bool > > | mRefs |
std::vector< std::string > | mDeletedRefs |
Wrapper for Cell record.
void CSMWorld::Cell::addRef | ( | const std::string & | id | ) |
void CSMWorld::Cell::load | ( | ESM::ESMReader & | esm | ) |
std::vector<std::string> CSMWorld::Cell::mDeletedRefs |
std::string CSMWorld::Cell::mId |
std::vector<std::pair<std::string, bool> > CSMWorld::Cell::mRefs |