|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "checkbox_string.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticCheckBoxString (string theYesValue, string theNoValue, string theCvar, string theText) |
| void | XonoticCheckBoxString_configureXonoticCheckBoxString (entity me, string theYesValue, string theNoValue, string theCvar, string theText) |
| void | XonoticCheckBoxString_loadCvars (entity me) |
| void | XonoticCheckBoxString_saveCvars (entity me) |
| void | XonoticCheckBoxString_setChecked (entity me, bool foo) |
| entity makeXonoticCheckBoxString | ( | string | theYesValue, |
| string | theNoValue, | ||
| string | theCvar, | ||
| string | theText ) |
Definition at line 3 of file checkbox_string.qc.
Referenced by dialog_hudpanel_main_settings().
| void XonoticCheckBoxString_configureXonoticCheckBoxString | ( | entity | me, |
| string | theYesValue, | ||
| string | theNoValue, | ||
| string | theCvar, | ||
| string | theText ) |
Definition at line 10 of file checkbox_string.qc.
References entity(), and string_null.
Definition at line 24 of file checkbox_string.qc.
References cvar_string(), and entity().
Definition at line 32 of file checkbox_string.qc.
References CheckSendCvars(), cvar_set(), and entity().