OpenMW
|
#include <loaddial.hpp>
Public Types | |
enum | Type { Topic = 0, Voice = 1, Greeting = 2, Persuasion = 3, Journal = 4, Deleted = -1 } |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
void | blank () |
Set record to default state (does not touch the ID and does not change the type). | |
Public Attributes | |
std::string | mId |
signed char | mType |
std::vector< DialInfo > | mInfo |
Static Public Attributes | |
static unsigned int | sRecordId = REC_DIAL |
enum ESM::Dialogue::Type |
void ESM::Dialogue::blank | ( | ) |
Set record to default state (does not touch the ID and does not change the type).
void ESM::Dialogue::load | ( | ESMReader & | esm | ) |
void ESM::Dialogue::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::Dialogue::mId |
std::vector<DialInfo> ESM::Dialogue::mInfo |
signed char ESM::Dialogue::mType |
unsigned int ESM::Dialogue::sRecordId = REC_DIAL [static] |