Nuclide
Software Development Kit for id Tech
achievement_t Struct Reference

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...
 

Detailed Description

Data for an achievement definition.

Member Data Documentation

◆ m_iAchieved

int achievement_t::m_iAchieved

Indicator if it's been achieved or not.

◆ m_iID

int achievement_t::m_iID

Unique numeric ID of an achievement.

◆ m_strDescription

string achievement_t::m_strDescription

Description of the achivement.

◆ m_strMaterial

string achievement_t::m_strMaterial

An image or icon depicting the achivement.

◆ m_strName

string achievement_t::m_strName

Name of the achivement.


The documentation for this struct was generated from the following file: