|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "listbox.qh"Go to the source code of this file.
Classes | |
| class | XonoticMapList |
Functions | |
| entity | makeXonoticMapList () |
| void | MapList_Add_All (entity btn, entity me) |
| void | MapList_Add_Shown (entity btn, entity me) |
| void | MapList_LoadMap (entity btn, entity me) |
| void | MapList_Remove_All (entity btn, entity me) |
| void | MapList_Remove_Shown (entity btn, entity me) |
| void | MapList_StringFilterBox_Change (entity box, entity me) |
| float | MapList_StringFilterBox_keyDown (entity me, float key, float ascii, float shift) |
| entity makeXonoticMapList | ( | ) |
Definition at line 15 of file maplist.qc.
Referenced by XonoticServerCreateTab_fill().
Definition at line 260 of file maplist.qc.
References _MapInfo_FilterGametype(), cons(), cvar_set(), entity(), MapInfo_BSPName_ByID(), MapInfo_count, MapInfo_ForbiddenFlags(), and MAPINFO_TYPE_ALL.
Referenced by XonoticServerCreateTab_fill().
Definition at line 236 of file maplist.qc.
References entity(), and strlen.
Referenced by XonoticServerCreateTab_fill().
Definition at line 278 of file maplist.qc.
References cvar(), cvar_string(), Dialog_Close(), entity(), localcmd(), LOG_INFO, MapInfo_BSPName_ByID(), MapInfo_CheckMap(), and MapInfo_LoadMap().
Referenced by XonoticMapInfoDialog_fill(), and XonoticServerCreateTab_fill().
Definition at line 272 of file maplist.qc.
References cvar_set(), and entity().
Referenced by XonoticServerCreateTab_fill().
Definition at line 248 of file maplist.qc.
References entity(), and strlen.
Referenced by XonoticServerCreateTab_fill().
Definition at line 227 of file maplist.qc.
References entity(), strfree, and strzone().
Referenced by XonoticMapList_keyDown(), and XonoticServerCreateTab_fill().
Definition at line 391 of file maplist.qc.
References entity(), K_DOWNARROW, K_ENTER, K_KP_DOWNARROW, K_KP_ENTER, K_KP_UPARROW, K_UPARROW, and SUPER.
Referenced by XonoticServerCreateTab_fill().