Xonotic
|
#include "listbox.qh"
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().
Definition at line 131 of file cvarlist.qc.
References autocvar_menu_cvarlist_onlymodified, cvar_set(), CvarList_Load(), and ftos().
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().
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().
entity makeXonoticCvarList | ( | ) |
Definition at line 8 of file cvarlist.qc.
Referenced by XonoticCvarsDialog_fill().
float autocvar_menu_cvarlist_onlymodified |
Definition at line 47 of file cvarlist.qh.
Referenced by CvarList_Filter_ModifiedCvars(), and CvarList_Load().