TrinityCore
|
#include <Unit.h>
Public Types | |
typedef StorageType::const_iterator | const_iterator |
Public Member Functions | |
void | AddSpellMod (SpellValueMod mod, int32 value) |
const_iterator | begin () const |
const_iterator | end () const |
Private Types | |
typedef std::pair < SpellValueMod, int32 > | CustomSpellValueMod |
typedef std::vector < CustomSpellValueMod > | StorageType |
Private Attributes | |
StorageType | storage_ |
typedef StorageType::const_iterator CustomSpellValues::const_iterator |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
private |