29#define MASTER_DNS "master.frag-net.com"
31#define MASTER_PORT 27950
62var
float srv_fldAdress;
65var
float srv_fldPlayers;
66var
float srv_fldMaxplayers;
69var
float srv_fldServerInfo;
70var
float srv_fldPlayer0;
int Master_GetTotalServers(void)
Returns the total amount of games from both LAN and Internet.
Definition: master.qc:52
void Master_GetInternetList(void)
Grab a NEW internet game list.
Definition: master.qc:153
void Master_UpdateCache(void)
Get completely new list of servers, hard-reset the cache.
Definition: master.qc:135
void Master_RefreshCache(void)
Refresh the current server cache.
Definition: master.qc:102
void Master_GetLANList(void)
Grab a NEW LAN list.
Definition: master.qc:177
int Master_GetLANServers(void)
Returns the amount of LAN servers from the last refresh.
Definition: master.qc:64
void Master_ResortCache(void)
Re-Sort the server cache without refreshing.
Definition: master.qc:120
int Master_GetInternetServers(void)
Returns the amount of internet games from the last refresh.
Definition: master.qc:70
string Master_Resolve(void)
Returns IP of master server.
Definition: master.qc:34