OpenMW
|
#include <savingstages.hpp>
Public Member Functions | |
WriteDialogueCollectionStage (Document &document, SavingState &state, bool journal) | |
virtual int | setup () |
virtual void | perform (int stage, Messages &messages) |
Messages resulting from this stage will be appended to messages. More... | |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
Private Attributes | |
SavingState & | mState |
const CSMWorld::IdCollection < ESM::Dialogue > & | mTopics |
CSMWorld::InfoCollection & | mInfos |
CSMDoc::WriteDialogueCollectionStage::WriteDialogueCollectionStage | ( | Document & | document, |
SavingState & | state, | ||
bool | journal | ||
) |
Messages resulting from this stage will be appended to messages.
Implements CSMDoc::Stage.
|
virtual |
Implements CSMDoc::Stage.
|
private |
|
private |
|
private |