Nuclide
Software Development Kit for id Tech
|
Data for an achievement definition. More...
#include <achievements.h>
Public Attributes | |
int | m_iID |
Unique numeric ID of an achievement. More... | |
string | m_strName |
Name of the achivement. More... | |
string | m_strDescription |
Description of the achivement. More... | |
int | m_iAchieved |
Indicator if it's been achieved or not. More... | |
string | m_strMaterial |
An image or icon depicting the achivement. More... | |
Data for an achievement definition.
int achievement_t::m_iAchieved |
Indicator if it's been achieved or not.
int achievement_t::m_iID |
Unique numeric ID of an achievement.
string achievement_t::m_strDescription |
Description of the achivement.
string achievement_t::m_strMaterial |
An image or icon depicting the achivement.
string achievement_t::m_strName |
Name of the achivement.