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