OpenMW
|
VerifyStage: make sure that skill records are internally consistent. More...
#include <skillcheck.hpp>
Public Member Functions | |
SkillCheckStage (const CSMWorld::IdCollection< ESM::Skill > &skills) | |
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::Skill > & | mSkills |
VerifyStage: make sure that skill records are internally consistent.
CSMTools::SkillCheckStage::SkillCheckStage | ( | const CSMWorld::IdCollection< ESM::Skill > & | skills | ) |
void CSMTools::SkillCheckStage::perform | ( | int | stage, |
std::vector< std::string > & | messages | ||
) | [virtual] |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
int CSMTools::SkillCheckStage::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CSMWorld::IdCollection<ESM::Skill>& CSMTools::SkillCheckStage::mSkills [private] |