#include <gamestat.h>
Data Fields | |
| char * | name |
| The player's name. | |
| int | score |
| The player's score. | |
| int | ping |
| The player's ping. | |
| int | time |
| The player's time in the game, in seconds. | |
| GS_PLAYERINFO * | next |
| The next GS_PLAYERINFO in the linked list. | |
1.3.9