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::Race Struct Reference

#include <loadrace.hpp>

Collaboration diagram for ESM::Race:

Classes

struct  MaleFemale
 
struct  MaleFemaleF
 
struct  RADTstruct
 
struct  SkillBonus
 

Public Types

enum  Flags { Playable = 0x01, Beast = 0x02 }
 

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/index). 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

RADTstruct mData
 
std::string mId
 
std::string mName
 
std::string mDescription
 
SpellList mPowers
 

Static Public Attributes

static unsigned int sRecordId = REC_RACE
 

Member Enumeration Documentation

Enumerator
Playable 
Beast 

Member Function Documentation

void ESM::Race::blank ( )

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

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

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

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

Here is the call graph for this function:

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

Here is the call graph for this function:

Member Data Documentation

RADTstruct ESM::Race::mData
std::string ESM::Race::mDescription
std::string ESM::Race::mId
std::string ESM::Race::mName
SpellList ESM::Race::mPowers
unsigned int ESM::Race::sRecordId = REC_RACE
static

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