|
OpenMW
|
#include <spellstate.hpp>
Classes | |
| struct | CorprusStats |
| struct | PermanentSpellEffectInfo |
| struct | SpellParams |
Public Types | |
| typedef std::map< std::string, SpellParams > | TContainer |
Public Member Functions | |
| void | load (ESMReader &esm) |
| void | save (ESMWriter &esm) const |
Public Attributes | |
| TContainer | mSpells |
| std::map< std::string, std::vector < PermanentSpellEffectInfo > > | mPermanentSpellEffects |
| std::map< std::string, CorprusStats > | mCorprusSpells |
| std::map< std::string, TimeStamp > | mUsedPowers |
| std::string | mSelectedSpell |
| typedef std::map<std::string, SpellParams> ESM::SpellState::TContainer |
| void ESM::SpellState::load | ( | ESMReader & | esm | ) |
| void ESM::SpellState::save | ( | ESMWriter & | esm | ) | const |
| std::map<std::string, CorprusStats> ESM::SpellState::mCorprusSpells |
| std::map<std::string, std::vector<PermanentSpellEffectInfo> > ESM::SpellState::mPermanentSpellEffects |
| std::string ESM::SpellState::mSelectedSpell |
| TContainer ESM::SpellState::mSpells |
| std::map<std::string, TimeStamp> ESM::SpellState::mUsedPowers |
1.8.6