MegaWiFi 1.5
MegaWiFi API documentation
gj_user Struct Reference

Holds user data. More...

#include <gamejolt.h>

Data Fields

char * id
 
char * type
 
char * username
 
char * avatar_url
 
char * signed_up
 
char * signed_up_timestamp
 
char * last_logged_in
 
char * last_logged_in_timestamp
 
char * status
 
char * developer_name
 
char * developer_website
 
char * developer_description
 

Detailed Description

Holds user data.

Definition at line 144 of file gamejolt.h.

Field Documentation

◆ avatar_url

char* gj_user::avatar_url

Definition at line 145 of file gamejolt.h.

◆ developer_description

char* gj_user::developer_description

Definition at line 145 of file gamejolt.h.

◆ developer_name

char* gj_user::developer_name

Definition at line 145 of file gamejolt.h.

◆ developer_website

char* gj_user::developer_website

Definition at line 145 of file gamejolt.h.

◆ id

char* gj_user::id

Definition at line 145 of file gamejolt.h.

◆ last_logged_in

char* gj_user::last_logged_in

Definition at line 145 of file gamejolt.h.

◆ last_logged_in_timestamp

char* gj_user::last_logged_in_timestamp

Definition at line 145 of file gamejolt.h.

◆ signed_up

char* gj_user::signed_up

Definition at line 145 of file gamejolt.h.

◆ signed_up_timestamp

char* gj_user::signed_up_timestamp

Definition at line 145 of file gamejolt.h.

◆ status

char* gj_user::status

Definition at line 145 of file gamejolt.h.

◆ type

char* gj_user::type

Definition at line 145 of file gamejolt.h.

◆ username

char* gj_user::username

Definition at line 145 of file gamejolt.h.


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