OpenMW
|
#include <info.hpp>
Public Attributes | |
std::string | mTopicId |
Public Attributes inherited from ESM::DialInfo | |
DATAstruct | mData |
std::vector< SelectStruct > | mSelects |
std::string | mId |
std::string | mPrev |
std::string | mNext |
std::string | mActor |
std::string | mRace |
std::string | mClass |
std::string | mFaction |
std::string | mPcFaction |
std::string | mCell |
std::string | mSound |
std::string | mResponse |
std::string | mResultScript |
bool | mFactionLess |
QuestStatus | mQuestStatus |
Additional Inherited Members | |
Public Types inherited from ESM::DialInfo | |
enum | Gender { Male = 0, Female = 1, NA = -1 } |
enum | QuestStatus { QS_None = 0, QS_Name = 1, QS_Finished = 2, QS_Restart = 3 } |
enum | SubNames { REC_ONAM = 0x4d414e4f, REC_RNAM = 0x4d414e52, REC_CNAM = 0x4d414e43, REC_FNAM = 0x4d414e46, REC_ANAM = 0x4d414e41, REC_DNAM = 0x4d414e44, REC_SNAM = 0x4d414e53, REC_NAME = 0x454d414e, REC_SCVR = 0x52564353, REC_BNAM = 0x4d414e42, REC_QSTN = 0x4e545351, REC_QSTF = 0x46545351, REC_QSTR = 0x52545351, REC_DELE = 0x454c4544 } |
Public Member Functions inherited from ESM::DialInfo | |
void | load (ESMReader &esm, bool &isDeleted) |
Loads Info record. More... | |
void | save (ESMWriter &esm, bool isDeleted=false) const |
void | blank () |
Set record to default state (does not touch the ID). More... | |
Static Public Member Functions inherited from ESM::DialInfo | |
static std::string | getRecordType () |
Return a string descriptor for this record type. Currently used for debugging / error logs only. More... | |
Static Public Attributes inherited from ESM::DialInfo | |
static unsigned int | sRecordId = REC_INFO |
std::string CSMWorld::Info::mTopicId |