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

Go to the source code of this file.

Classes

struct  mapLibrary_t
 Data holding Map Library entries. More...
 

Enumerations

enum  mapType_t {
  MAPINFO_NAME , MAPINFO_TITLE , MAPINFO_AUTHOR , MAPINFO_TYPE ,
  MAPINFO_PREVIEW
}
 Options querying Map Library entries using MapLibrary_GetInfo(). More...
 

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, mapType_t)
 Retrieve information about a given mapID. More...