#include <attr.hpp>
List of all members.
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] |
Member Enumeration Documentation
- Enumerator:
| Strength |
|
| Intelligence |
|
| Willpower |
|
| Agility |
|
| Speed |
|
| Endurance |
|
| Personality |
|
| Luck |
|
| Length |
|
Constructor & Destructor Documentation
Member Data Documentation
Initial value: {
"icons\\k\\attribute_strength.dds",
"icons\\k\\attribute_int.dds",
"icons\\k\\attribute_wilpower.dds",
"icons\\k\\attribute_agility.dds",
"icons\\k\\attribute_speed.dds",
"icons\\k\\attribute_endurance.dds",
"icons\\k\\attribute_personality.dds",
"icons\\k\\attribute_luck.dds"
}
Initial value: {
"Strength",
"Intelligence",
"Willpower",
"Agility",
"Speed",
"Endurance",
"Personality",
"Luck"
}
Initial value: {
"sStrDesc",
"sIntDesc",
"sWilDesc",
"sAgiDesc",
"sSpdDesc",
"sEndDesc",
"sPerDesc",
"sLucDesc"
}
Initial value: {
"sAttributeStrength",
"sAttributeIntelligence",
"sAttributeWillpower",
"sAttributeAgility",
"sAttributeSpeed",
"sAttributeEndurance",
"sAttributePersonality",
"sAttributeLuck"
}
The documentation for this struct was generated from the following files: