MegaWiFi 1.5
MegaWiFi API documentation
gj_trophy Struct Reference

Holds the data of a single trophy. More...

#include <gamejolt.h>

Data Fields

char * id
 
char * title
 
enum gj_trophy_difficulty difficulty
 
char * description
 
char * image_url
 
char * achieved
 
bool secret
 If true, trophy is secret. More...
 

Detailed Description

Holds the data of a single trophy.

Definition at line 123 of file gamejolt.h.

Field Documentation

◆ achieved

char* gj_trophy::achieved

Definition at line 124 of file gamejolt.h.

◆ description

char* gj_trophy::description

Definition at line 124 of file gamejolt.h.

◆ difficulty

enum gj_trophy_difficulty gj_trophy::difficulty

Definition at line 124 of file gamejolt.h.

◆ id

char* gj_trophy::id

Definition at line 124 of file gamejolt.h.

◆ image_url

char* gj_trophy::image_url

Definition at line 124 of file gamejolt.h.

◆ secret

bool gj_trophy::secret

If true, trophy is secret.

Definition at line 125 of file gamejolt.h.

◆ title

char* gj_trophy::title

Definition at line 124 of file gamejolt.h.


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