|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| static void | UI_MapInfoGetNext (int step) |
| static void | UI_MapInfo (int step) |
| Prints the map info for the server creation dialogue. More... | |
| static void | UI_GetMaps_f (void) |
| static void | UI_NextMap_f (void) |
| Select the next available map. More... | |
| static void | UI_PreviousMap_f (void) |
| Select the previous available map. More... | |
| static void | UI_SelectMap_f (void) |
| static void | UI_RequestMapList_f (void) |
| void | MAP_InitCallbacks (void) |
| Registers UI Callbacks for battlescape map selection. More... | |
| void | MAP_ShutdownCallbacks (void) |
| Unregisters UI Callbacks of battlescape map selection. More... | |
Variables | |
| static const cmdList_t | mapCallbacks [] |
| List of UI Callbacks of battlescape map selection. More... | |
Registers UI Callbacks for battlescape map selection.
Definition at line 214 of file cl_map_callbacks.cpp.
References Cmd_TableAddList(), and mapCallbacks.
Referenced by GAME_InitStartup().
Unregisters UI Callbacks of battlescape map selection.
Definition at line 222 of file cl_map_callbacks.cpp.
References Cmd_TableRemoveList(), and mapCallbacks.
Referenced by GAME_Shutdown().
Definition at line 100 of file cl_map_callbacks.cpp.
References UI_MapInfo().
Prints the map info for the server creation dialogue.
Definition at line 58 of file cl_map_callbacks.cpp.
References cls, csi, Cvar_Set(), client_static_t::gametype, mapDef_t::id, LIST_GetRandom(), cgame_export_t::MapInfo(), mapDef_t::mapTheme, csi_t::numMDs, mapDef_t::params, R_ImageExists(), and UI_MapInfoGetNext().
Referenced by UI_GetMaps_f(), UI_NextMap_f(), UI_PreviousMap_f(), and UI_SelectMap_f().
Definition at line 29 of file cl_map_callbacks.cpp.
References cls, Com_GetMapDefByIDX(), csi, client_static_t::currentSelectedMap, FS_CheckFile(), mapDef_t::mapTheme, and csi_t::numMDs.
Referenced by UI_MapInfo().
Select the next available map.
Definition at line 108 of file cl_map_callbacks.cpp.
References UI_MapInfo().
Select the previous available map.
Definition at line 116 of file cl_map_callbacks.cpp.
References UI_MapInfo().
Definition at line 157 of file cl_map_callbacks.cpp.
References Cbuf_AddText(), Cmd_Argc(), Cmd_Argv(), Com_Printf(), csi, FS_CheckFile(), GAME_IsMultiplayer(), mapDef_t::id, MapDef_ForeachCondition, mapDef_t::mapTheme, mapDef_t::multiplayer, csi_t::numMDs, R_ImageExists(), and mapDef_t::singleplayer.
Definition at line 121 of file cl_map_callbacks.cpp.
References cls, Cmd_Argc(), Cmd_Argv(), Com_Printf(), csi, client_static_t::currentSelectedMap, i, mapDef_t::id, MapDef_Foreach, mapDef_t::mapTheme, csi_t::numMDs, Q_streq, and UI_MapInfo().
|
static |
List of UI Callbacks of battlescape map selection.
Definition at line 200 of file cl_map_callbacks.cpp.
Referenced by MAP_InitCallbacks(), and MAP_ShutdownCallbacks().