void MapLibrary_Init(void)
Initialize the map library, MapLibrary_GetMapCount() will return the amount of maps available.
Definition: maplibrary.qc:86
int MapLibrary_GetMapCount(void)
Returns the total amount of maps available.
Definition: maplibrary.qc:168
__variant MapLibrary_GetInfo(int, mapType_t)
Retrieve information about a given mapID.
Definition: maplibrary.qc:174
mapType_t
Options querying Map Library entries using MapLibrary_GetInfo().
Definition: maplibrary.h:38
@ MAPINFO_NAME
(string) Name of the map.
Definition: maplibrary.h:39
@ MAPINFO_TITLE
(string) Title of the map.
Definition: maplibrary.h:40
@ MAPINFO_TYPE
(string) Type of map.
Definition: maplibrary.h:42
@ MAPINFO_AUTHOR
(string) Author of the map.
Definition: maplibrary.h:41
@ MAPINFO_PREVIEW
(string) URL to a preview of the map.
Definition: maplibrary.h:43
Data holding Map Library entries.
Definition: maplibrary.h:48
string type
Definition: maplibrary.h:52
string author
Definition: maplibrary.h:51
string title
Definition: maplibrary.h:50
string name
Definition: maplibrary.h:49
string preview
Definition: maplibrary.h:53