OpenMW
|
VerifyStage: make sure that region records are internally consistent. More...
#include <regioncheck.hpp>
Public Member Functions | |
RegionCheckStage (const CSMWorld::IdCollection< ESM::Region > ®ions) | |
virtual int | setup () |
virtual void | perform (int stage, std::vector< std::string > &messages) |
Messages resulting from this tage will be appended to messages. | |
Private Attributes | |
const CSMWorld::IdCollection < ESM::Region > & | mRegions |
VerifyStage: make sure that region records are internally consistent.
CSMTools::RegionCheckStage::RegionCheckStage | ( | const CSMWorld::IdCollection< ESM::Region > & | regions | ) |
void CSMTools::RegionCheckStage::perform | ( | int | stage, |
std::vector< std::string > & | messages | ||
) | [virtual] |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
int CSMTools::RegionCheckStage::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CSMWorld::IdCollection<ESM::Region>& CSMTools::RegionCheckStage::mRegions [private] |