Nuclide
Software Development Kit for id Tech
|
Functions | |
void | MapLibrary_Init (void) |
Initialize the map library, MapLibrary_GetMapCount() will return the amount of maps available. More... | |
int | MapLibrary_GetMapCount (void) |
Returns the total amount of maps available. More... | |
__variant | MapLibrary_GetInfo (int mapID, mapType_t infoType) |
Retrieve information about a given mapID. More... | |
Variables | |
mapLibrary_t * | g_mapLibrary |
var int | g_mapLibrary_count = 0i |
var int | map_blacklist_count = 0i |
string * | map_blacklist |
mapLibrary_t* g_mapLibrary |
var int g_mapLibrary_count = 0i |
string* map_blacklist |
var int map_blacklist_count = 0i |