1 #ifndef OPENMW_ESM_ACTIVESPELLS_H
2 #define OPENMW_ESM_ACTIVESPELLS_H
37 typedef std::multimap<std::string, ActiveSpellParams >
TContainer;
std::vector< ActiveEffect > mEffects
Definition: activespells.hpp:31
std::multimap< std::string, ActiveSpellParams > TContainer
Definition: activespells.hpp:37
ESM::TimeStamp mTimeStamp
Definition: activespells.hpp:32
Definition: activespells.hpp:18
TContainer mSpells
Definition: activespells.hpp:38
Definition: esmreader.hpp:21
Definition: activespells.hpp:27
void load(ESMReader &esm)
Definition: activespells.cpp:32
int mCasterActorId
Definition: activespells.hpp:34
float mDuration
Definition: activespells.hpp:23
int mEffectId
Definition: activespells.hpp:20
Definition: esmwriter.hpp:17
int mArg
Definition: activespells.hpp:22
void save(ESMWriter &esm) const
Definition: activespells.cpp:9
float mMagnitude
Definition: activespells.hpp:21
Definition: activespells.hpp:29
std::string mDisplayName
Definition: activespells.hpp:33