|
Xonotic
|
#include "listbox.qh"
Include dependency graph for cvarlist.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | XonoticCvarList |
Functions | |
| void | CvarList_End_Editing (entity box, entity me) |
| void | CvarList_Filter_Change (entity box, entity me) |
| void | CvarList_Filter_ModifiedCvars (entity box, entity me) |
| void | CvarList_Revert_Click (entity btn, entity me) |
| void | CvarList_Value_Change (entity box, entity me) |
| entity | makeXonoticCvarList () |
Variables | |
| float | autocvar_menu_cvarlist_onlymodified |
Definition at line 251 of file cvarlist.qc.
Definition at line 126 of file cvarlist.qc.
References CvarList_Load().
Here is the call graph for this function:Definition at line 131 of file cvarlist.qc.
References autocvar_menu_cvarlist_onlymodified, cvar_set(), CvarList_Load(), and ftos().
Here is the call graph for this function:Definition at line 236 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, autocvar_menu_reverted_nonsaved_cvars, cvar_set(), strcat(), strhasword, strlen(), and substring().
Referenced by XonoticCvarList_keyDown().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 220 of file cvarlist.qc.
References autocvar_menu_forced_saved_cvars, autocvar_menu_reverted_nonsaved_cvars, cvar_set(), localcmd, strcat(), and substring().
Here is the call graph for this function:| entity makeXonoticCvarList | ( | ) |
Definition at line 8 of file cvarlist.qc.
Referenced by XonoticCvarsDialog_fill().
Here is the call graph for this function:
Here is the caller graph for this function:| float autocvar_menu_cvarlist_onlymodified |
Definition at line 47 of file cvarlist.qh.
Referenced by CvarList_Filter_ModifiedCvars(), and CvarList_Load().