OpenMW
|
References in cells. More...
#include <refcollection.hpp>
Public Member Functions | |
RefCollection (Collection< Cell > &cells) | |
void | load (ESM::ESMReader &reader, int cellIndex, bool base) |
Load a sequence of references. | |
std::string | getNewId () |
Private Attributes | |
Collection< Cell > & | mCells |
int | mNextId |
References in cells.
CSMWorld::RefCollection::RefCollection | ( | Collection< Cell > & | cells | ) | [inline] |
std::string CSMWorld::RefCollection::getNewId | ( | ) |
void CSMWorld::RefCollection::load | ( | ESM::ESMReader & | reader, |
int | cellIndex, | ||
bool | base | ||
) |
Load a sequence of references.
Collection<Cell>& CSMWorld::RefCollection::mCells [private] |
int CSMWorld::RefCollection::mNextId [private] |