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

#include <loadrace.hpp>

List of all members.

Classes

struct  MaleFemale
struct  MaleFemaleF
struct  RADTstruct
struct  SkillBonus

Public Types

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

Public Member Functions

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

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

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

Member Data Documentation

std::string ESM::Race::mId
std::string ESM::Race::mName
unsigned int ESM::Race::sRecordId = REC_RACE [static]

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