Mana
|
Public Attributes | |
unsigned int | id |
std::string | name |
std::string | description |
bool | modifiable |
Whether the attribute value can be modified by the player. | |
std::string | scope |
int | playerInfoId |
The playerInfo core Id the attribute is linked with or -1 if not. | |
Definition at line 43 of file attributes.cpp.
std::string Attributes::Attribute::description |
Definition at line 47 of file attributes.cpp.
unsigned int Attributes::Attribute::id |
Definition at line 45 of file attributes.cpp.
bool Attributes::Attribute::modifiable |
Whether the attribute value can be modified by the player.
Attribute scope.
Definition at line 49 of file attributes.cpp.
std::string Attributes::Attribute::name |
Definition at line 46 of file attributes.cpp.
int Attributes::Attribute::playerInfoId |
The playerInfo core Id the attribute is linked with or -1 if not.
Definition at line 53 of file attributes.cpp.
std::string Attributes::Attribute::scope |
Definition at line 51 of file attributes.cpp.