OpenMW
Public Types | Public Member Functions | Public Attributes | Static Public Attributes
ESM::Dialogue Struct Reference

#include <loaddial.hpp>

List of all members.

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< DialInfomInfo

Static Public Attributes

static unsigned int sRecordId = REC_DIAL

Member Enumeration Documentation

Enumerator:
Topic 
Voice 
Greeting 
Persuasion 
Journal 
Deleted 

Member Function Documentation

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

Member Data Documentation

std::string ESM::Dialogue::mId
signed char ESM::Dialogue::mType
unsigned int ESM::Dialogue::sRecordId = REC_DIAL [static]

The documentation for this struct was generated from the following files: