OpenMW
|
VerifyStage: make sure that faction records are internally consistent. More...
#include <factioncheck.hpp>
Public Member Functions | |
FactionCheckStage (const CSMWorld::IdCollection< ESM::Faction > &factions) | |
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::Faction > & | mFactions |
VerifyStage: make sure that faction records are internally consistent.
CSMTools::FactionCheckStage::FactionCheckStage | ( | const CSMWorld::IdCollection< ESM::Faction > & | factions | ) |
|
virtual |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |