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, CSMDoc::Messages &messages) |
Messages resulting from this tage will be appended to messages. More... | |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
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 | ) |
|
virtual |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |