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

Go to the source code of this file.

Macros

#define MODSERVER_REQ_LIST   100
 uri_get callback id for mod-list retrieval More...
 
#define MODSERVER_REQ_ITEM   101
 uri_get callback id for mod-item retrieval More...
 
#define MODSERVER_REQ_PKGNAMES   102
 uri_get callback id for mod package name retrieval More...
 
#define ModServer_URI_Callback   URI_Get_Callback
 

Functions

void ModServer_Refresh (void)
 Call this to initiate a lengthy process of updating the list of mods we can install in the custom game menu. More...
 
void ModServer_ParseList (string data)
 Function that interprets a mod-list. More...
 
void ModServer_ParseItem (string data)
 Function that interprets a mod-item entry. More...
 
void URI_Get_Callback (float id, float code, string data, int resourcebytes)
 Called as an eventual result of the uri_get builtin. More...
 

Variables

var int g_iModServerLoading
 
var int g_iModServerReqCount