OpenMW
|
#include <attr.hpp>
Public Types | |
enum | AttributeID { Strength = 0, Intelligence = 1, Willpower = 2, Agility = 3, Speed = 4, Endurance = 5, Personality = 6, Luck = 7, Length } |
Public Member Functions | |
Attribute (AttributeID id, const std::string &name, const std::string &description) | |
Public Attributes | |
AttributeID | mId |
std::string | mName |
std::string | mDescription |
Static Public Attributes | |
static const AttributeID | sAttributeIds [Length] |
static const std::string | sAttributeNames [Length] |
static const std::string | sGmstAttributeIds [Length] |
static const std::string | sGmstAttributeDescIds [Length] |
static const std::string | sAttributeIcons [Length] |
|
inline |
std::string ESM::Attribute::mDescription |
AttributeID ESM::Attribute::mId |
std::string ESM::Attribute::mName |
|
static |
|
static |
|
static |
|
static |
|
static |