OpenMW
|
#include <spelllist.hpp>
Public Member Functions | |
void | load (ESMReader &esm) |
void | save (ESMWriter &esm) const |
Public Attributes | |
std::vector< std::string > | mList |
A list of references to spells and spell effects. This is shared between the records BSGN, NPC and RACE.
void ESM::SpellList::load | ( | ESMReader & | esm | ) |
void ESM::SpellList::save | ( | ESMWriter & | esm | ) | const |
std::vector<std::string> ESM::SpellList::mList |