OpenMW
|
#include <spellmodel.hpp>
Public Types | |
enum | Type { Type_Power, Type_Spell, Type_EnchantedItem } |
Public Member Functions | |
Spell () | |
Public Attributes | |
Type | mType |
std::string | mName |
std::string | mCostColumn |
std::string | mId |
MWWorld::Ptr | mItem |
bool | mSelected |
bool | mActive |
enum MWGui::Spell::Type |
|
inline |
bool MWGui::Spell::mActive |
std::string MWGui::Spell::mCostColumn |
std::string MWGui::Spell::mId |
MWWorld::Ptr MWGui::Spell::mItem |
std::string MWGui::Spell::mName |
bool MWGui::Spell::mSelected |
Type MWGui::Spell::mType |