OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
ESM::SpellState Struct Reference

#include <spellstate.hpp>

Collaboration diagram for ESM::SpellState:

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, TimeStampmUsedPowers
 
std::string mSelectedSpell
 

Member Typedef Documentation

typedef std::map<std::string, SpellParams> ESM::SpellState::TContainer

Member Function Documentation

void ESM::SpellState::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::SpellState::save ( ESMWriter esm) const

Here is the call graph for this function:

Member Data Documentation

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

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