void MapLibrary_Init(void)
Initialize the map library, MapLibrary_GetMapCount() will return the amount of maps available.
Definition maplibrary.qc:123
__variant ModeLibrary_GetInfo(int, mapType_t)
modeType_t
Options querying Mode Library entries using ModeLibrary_GetInfo().
Definition maplibrary.h:48
int MapLibrary_GetMapCount(void)
Returns the total amount of maps available.
Definition maplibrary.qc:205
__variant MapLibrary_GetInfo(int, mapType_t)
Retrieve information about a given mapID.
Definition maplibrary.qc:210
mapType_t
Options querying Map Library entries using MapLibrary_GetInfo().
Definition maplibrary.h:38
int ModeLibrary_GetModeCount(void)
Definition maplibrary.qc:339
void ModeLibrary_Init(void)
Initialize the map library, MapLibrary_GetMapCount() will return the amount of maps available.
Definition maplibrary.qc:240
@ MODEINFO_TITLE
(string) Title of the map.
Definition maplibrary.h:50
@ MODEINFO_NAME
(string) Name of the mode.
Definition maplibrary.h:49
@ 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:55
string type
Definition maplibrary.h:59
string author
Definition maplibrary.h:58
string title
Definition maplibrary.h:57
string name
Definition maplibrary.h:56
string preview
Definition maplibrary.h:60
Data holding Mode Library entries.
Definition maplibrary.h:65
string title
Definition maplibrary.h:67
string name
Definition maplibrary.h:66