|
OpenMW
|
#include <loadrace.hpp>
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 |
| enum ESM::Race::Flags |
| 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 |
| std::string ESM::Race::mDescription |
| std::string ESM::Race::mId |
| std::string ESM::Race::mName |
unsigned int ESM::Race::sRecordId = REC_RACE [static] |
1.7.6.1