|
OpenMW
|
Basic quest/dialogue/topic entry. More...
#include <journalentry.hpp>
Public Member Functions | |
| Entry () | |
| Entry (const std::string &topic, const std::string &infoId, const MWWorld::Ptr &actor) | |
| actor is optional More... | |
| Entry (const ESM::JournalEntry &record) | |
| std::string | getText () const |
| void | write (ESM::JournalEntry &entry) const |
Public Attributes | |
| std::string | mInfoId |
| std::string | mText |
| std::string | mActorName |
Basic quest/dialogue/topic entry.
| MWDialogue::Entry::Entry | ( | ) |
| MWDialogue::Entry::Entry | ( | const std::string & | topic, |
| const std::string & | infoId, | ||
| const MWWorld::Ptr & | actor | ||
| ) |
actor is optional
| MWDialogue::Entry::Entry | ( | const ESM::JournalEntry & | record | ) |
| std::string MWDialogue::Entry::getText | ( | ) | const |
| void MWDialogue::Entry::write | ( | ESM::JournalEntry & | entry | ) | const |
| std::string MWDialogue::Entry::mActorName |
| std::string MWDialogue::Entry::mInfoId |
| std::string MWDialogue::Entry::mText |
1.8.6