#include <network_gamelist.h>
Data Fields | |
NetworkGameInfo | info |
The game information of this server. | |
uint32 | ip |
The IP of the game server. | |
uint16 | port |
The port of the game server. | |
bool | online |
False if the server did not respond (default status). | |
bool | manually |
True if the server was added manually. | |
uint8 | retries |
Number of retries (to stop requerying). | |
NetworkGameList * | next |
Next pointer to make a linked game list. |
Definition at line 7 of file network_gamelist.h.