OpenMW
|
#include <loadsndg.hpp>
Public Types | |
enum | Type { LeftFoot = 0, RightFoot = 1, SwimLeft = 2, SwimRight = 3, Moan = 4, Roar = 5, Scream = 6, Land = 7 } |
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
Public Attributes | |
int | mType |
std::string | mId |
std::string | mCreature |
std::string | mSound |
Static Public Attributes | |
static unsigned int | sRecordId = REC_SNDG |
void ESM::SoundGenerator::load | ( | ESMReader & | esm | ) |
void ESM::SoundGenerator::save | ( | ESMWriter & | esm | ) | const |
std::string ESM::SoundGenerator::mCreature |
std::string ESM::SoundGenerator::mId |
std::string ESM::SoundGenerator::mSound |
unsigned int ESM::SoundGenerator::sRecordId = REC_SNDG [static] |