OpenMW
Classes | Public Member Functions | Public Attributes | Static Public Attributes
ESM::Book Struct Reference

#include <loadbook.hpp>

List of all members.

Classes

struct  BKDTstruct

Public Member Functions

void load (ESMReader &esm)
void save (ESMWriter &esm) const
void blank ()
 Set record to default state (does not touch the ID).

Public Attributes

BKDTstruct mData
std::string mName
std::string mModel
std::string mIcon
std::string mScript
std::string mEnchant
std::string mText
std::string mId

Static Public Attributes

static unsigned int sRecordId = REC_BOOK

Member Function Documentation

void ESM::Book::blank ( )

Set record to default state (does not touch the ID).

void ESM::Book::load ( ESMReader esm)
void ESM::Book::save ( ESMWriter esm) const

Member Data Documentation

std::string ESM::Book::mEnchant
std::string ESM::Book::mIcon
std::string ESM::Book::mId
std::string ESM::Book::mModel
std::string ESM::Book::mName
std::string ESM::Book::mScript
std::string ESM::Book::mText
unsigned int ESM::Book::sRecordId = REC_BOOK [static]

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