Xonotic
|
#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.
Definition at line 251 of file maplist.qc.
References _MapInfo_FilterGametype(), cvar_set(), MapInfo_BSPName_ByID(), MapInfo_count, MapInfo_ForbiddenFlags(), MAPINFO_TYPE_ALL, strcat(), strlen(), and substring().
Definition at line 227 of file maplist.qc.
References strlen().
Definition at line 269 of file maplist.qc.
References Dialog_Close(), LOG_INFO, and MapInfo_BSPName_ByID().
Definition at line 263 of file maplist.qc.
References cvar_set().
Definition at line 239 of file maplist.qc.
References strlen().
Definition at line 218 of file maplist.qc.
References strfree, and strzone().
Referenced by XonoticMapList_keyDown().
Definition at line 382 of file maplist.qc.
References K_DOWNARROW, K_ENTER, K_KP_DOWNARROW, K_KP_ENTER, K_KP_UPARROW, K_UPARROW, and SUPER.