|
OpenMW
|
A quest entry with a timestamp. More...
#include <journalentry.hpp>
Public Member Functions | |
| StampedJournalEntry () | |
| StampedJournalEntry (const std::string &topic, const std::string &infoId, int day, int month, int dayOfMonth) | |
Static Public Member Functions | |
| static StampedJournalEntry | makeFromQuest (const std::string &topic, int index) |
Public Attributes | |
| int | mDay |
| int | mMonth |
| int | mDayOfMonth |
A quest entry with a timestamp.
| MWDialogue::StampedJournalEntry::StampedJournalEntry | ( | const std::string & | topic, |
| const std::string & | infoId, | ||
| int | day, | ||
| int | month, | ||
| int | dayOfMonth | ||
| ) |
| StampedJournalEntry MWDialogue::StampedJournalEntry::makeFromQuest | ( | const std::string & | topic, |
| int | index | ||
| ) | [static] |
Reimplemented from MWDialogue::JournalEntry.
1.7.6.1