|
MegaWiFi 1.5
MegaWiFi API documentation
|
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 |
Holds user data.
Definition at line 144 of file gamejolt.h.
| char* gj_user::avatar_url |
Definition at line 145 of file gamejolt.h.
| char* gj_user::developer_description |
Definition at line 145 of file gamejolt.h.
| char* gj_user::developer_name |
Definition at line 145 of file gamejolt.h.
| char* gj_user::developer_website |
Definition at line 145 of file gamejolt.h.
| char* gj_user::id |
Definition at line 145 of file gamejolt.h.
| char* gj_user::last_logged_in |
Definition at line 145 of file gamejolt.h.
| char* gj_user::last_logged_in_timestamp |
Definition at line 145 of file gamejolt.h.
| char* gj_user::signed_up |
Definition at line 145 of file gamejolt.h.
| char* gj_user::signed_up_timestamp |
Definition at line 145 of file gamejolt.h.
| char* gj_user::status |
Definition at line 145 of file gamejolt.h.
| char* gj_user::type |
Definition at line 145 of file gamejolt.h.
| char* gj_user::username |
Definition at line 145 of file gamejolt.h.