OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ESM::Apparatus Struct Reference

#include <loadappa.hpp>

Collaboration diagram for ESM::Apparatus:

Classes

struct  AADTstruct
 

Public Types

enum  AppaType { MortarPestle = 0, Alembic = 1, Calcinator = 2, Retort = 3 }
 

Public Member Functions

void load (ESMReader &esm, bool &isDeleted)
 
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

static std::string getRecordType ()
 Return a string descriptor for this record type. Currently used for debugging / error logs only. More...
 

Public Attributes

AADTstruct mData
 
std::string mId
 
std::string mModel
 
std::string mIcon
 
std::string mScript
 
std::string mName
 

Static Public Attributes

static unsigned int sRecordId = REC_APPA
 

Member Enumeration Documentation

Enumerator
MortarPestle 
Alembic 
Calcinator 
Retort 

Member Function Documentation

void ESM::Apparatus::blank ( )

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

static std::string ESM::Apparatus::getRecordType ( )
inlinestatic

Return a string descriptor for this record type. Currently used for debugging / error logs only.

void ESM::Apparatus::load ( ESMReader esm,
bool isDeleted 
)

Here is the call graph for this function:

void ESM::Apparatus::save ( ESMWriter esm,
bool  isDeleted = false 
) const

Here is the call graph for this function:

Member Data Documentation

AADTstruct ESM::Apparatus::mData
std::string ESM::Apparatus::mIcon
std::string ESM::Apparatus::mId
std::string ESM::Apparatus::mModel
std::string ESM::Apparatus::mName
std::string ESM::Apparatus::mScript
unsigned int ESM::Apparatus::sRecordId = REC_APPA
static

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