Nuclide
Software Development Kit for id Tech
master.h File Reference

Go to the source code of this file.

Macros

#define MASTER_DNS   "master.frag-net.com"
 The default master server address. More...
 
#define MASTER_PORT   27950
 The default port used to talk to the master server. More...
 

Functions

string Master_Resolve (void)
 Returns IP of master server. More...
 
int Master_GetTotalServers (void)
 Returns the total amount of games from both LAN and Internet. More...
 
int Master_GetInternetServers (void)
 Returns the amount of internet games from the last refresh. More...
 
int Master_GetLANServers (void)
 Returns the amount of LAN servers from the last refresh. More...
 
void Master_UpdateCache (void)
 Get completely new list of servers, hard-reset the cache. More...
 
void Master_RefreshCache (void)
 Refresh the current server cache. More...
 
void Master_ResortCache (void)
 Re-Sort the server cache without refreshing. More...
 
void Master_GetInternetList (void)
 Grab a NEW internet game list. More...
 
void Master_GetLANList (void)
 Grab a NEW LAN list. More...
 

Variables

var float srv_fldAdress
 
var float srv_fldName
 
var float srv_fldPing
 
var float srv_fldPlayers
 
var float srv_fldMaxplayers
 
var float srv_fldMap
 
var float srv_fldGame
 
var float srv_fldServerInfo
 
var float srv_fldPlayer0
 

Variable Documentation

◆ srv_fldAdress

var float srv_fldAdress

◆ srv_fldGame

var float srv_fldGame

◆ srv_fldMap

var float srv_fldMap

◆ srv_fldMaxplayers

var float srv_fldMaxplayers

◆ srv_fldName

var float srv_fldName

◆ srv_fldPing

var float srv_fldPing

◆ srv_fldPlayer0

var float srv_fldPlayer0

◆ srv_fldPlayers

var float srv_fldPlayers

◆ srv_fldServerInfo

var float srv_fldServerInfo