OpenMW
|
VerifyStage: make sure that sound gen records are internally consistent. More...
#include <soundgencheck.hpp>
Public Member Functions | |
SoundGenCheckStage (const CSMWorld::IdCollection< ESM::SoundGenerator > &soundGens, const CSMWorld::IdCollection< ESM::Sound > &sounds, const CSMWorld::RefIdCollection &referenceables) | |
virtual int | setup () |
virtual void | perform (int stage, CSMDoc::Messages &messages) |
Messages resulting from this stage will be appended to messages. More... | |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
Private Attributes | |
const CSMWorld::IdCollection < ESM::SoundGenerator > & | mSoundGens |
const CSMWorld::IdCollection < ESM::Sound > & | mSounds |
const CSMWorld::RefIdCollection & | mReferenceables |
VerifyStage: make sure that sound gen records are internally consistent.
CSMTools::SoundGenCheckStage::SoundGenCheckStage | ( | const CSMWorld::IdCollection< ESM::SoundGenerator > & | soundGens, |
const CSMWorld::IdCollection< ESM::Sound > & | sounds, | ||
const CSMWorld::RefIdCollection & | referenceables | ||
) |
|
virtual |
Messages resulting from this stage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |
|
private |
|
private |