#include <loaddial.hpp>
|
static std::string | getRecordType () |
| Return a string descriptor for this record type. Currently used for debugging / error logs only. More...
|
|
Enumerator |
---|
Topic |
|
Voice |
|
Greeting |
|
Persuasion |
|
Journal |
|
Unknown |
|
void ESM::Dialogue::blank |
( |
| ) |
|
Set record to default state (does not touch the ID and does not change the type).
void ESM::Dialogue::clearDeletedInfos |
( |
| ) |
|
Remove all INFOs that are deleted.
static std::string ESM::Dialogue::getRecordType |
( |
| ) |
|
|
inlinestatic |
Return a string descriptor for this record type. Currently used for debugging / error logs only.
Loads all sub-records of Dialogue record.
void ESM::Dialogue::loadData |
( |
ESMReader & |
esm, |
|
|
bool & |
isDeleted |
|
) |
| |
Loads all sub-records of Dialogue record, except NAME sub-record.
void ESM::Dialogue::loadId |
( |
ESMReader & |
esm | ) |
|
Loads NAME sub-record of Dialogue record.
Read the next info record
- Parameters
-
merge | Merge with existing list, or just push each record to the end of the list? |
void ESM::Dialogue::save |
( |
ESMWriter & |
esm, |
|
|
bool |
isDeleted = false |
|
) |
| const |
std::string ESM::Dialogue::mId |
signed char ESM::Dialogue::mType |
The documentation for this struct was generated from the following files:
- /home/travis/build/OpenMW/openmw/components/esm/loaddial.hpp
- /home/travis/build/OpenMW/openmw/components/esm/loaddial.cpp