|
Xonotic
|
#include "listbox.qh"
Include dependency graph for maplist.qh:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function: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().
Here is the call graph for this function:Definition at line 227 of file maplist.qc.
References strlen().
Here is the call graph for this function:Definition at line 269 of file maplist.qc.
References Dialog_Close(), LOG_INFO, and MapInfo_BSPName_ByID().
Here is the call graph for this function:Definition at line 263 of file maplist.qc.
References cvar_set().
Here is the call graph for this function:Definition at line 239 of file maplist.qc.
References strlen().
Here is the call graph for this function:Definition at line 218 of file maplist.qc.
References strfree, and strzone().
Referenced by XonoticMapList_keyDown().
Here is the call graph for this function:
Here is the caller graph for this function: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.