![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Data for an achievement definition.
Public Attributes | |
| int | m_iID |
| Unique numeric ID of an achievement. | |
| string | m_strName |
| Name of the achivement. | |
| string | m_strDescription |
| Description of the achivement. | |
| int | m_iAchieved |
| Indicator if it's been achieved or not. | |
| string | m_strMaterial |
| An image or icon depicting the achivement. | |
| 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.