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, std::vector< std::string > &messages) |
Messages resulting from this tage will be appended to messages. | |
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 | ) |
void CSMTools::SpellCheckStage::perform | ( | int | stage, |
std::vector< std::string > & | messages | ||
) | [virtual] |
Messages resulting from this tage will be appended to messages.
Implements CSMDoc::Stage.
int CSMTools::SpellCheckStage::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CSMWorld::IdCollection<ESM::Spell>& CSMTools::SpellCheckStage::mSpells [private] |