|
Xonotic
|
#include "checkbox_string.qh"
Include dependency graph for checkbox_string.qc:
This graph shows which files directly or indirectly include this file: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, float foo) |
| entity makeXonoticCheckBoxString | ( | string | theYesValue, |
| string | theNoValue, | ||
| string | theCvar, | ||
| string | theText | ||
| ) |
Definition at line 3 of file checkbox_string.qc.
Referenced by GameType_GetIcon().
Here is the call graph for this function:
Here is the caller graph for this function:| void XonoticCheckBoxString_configureXonoticCheckBoxString | ( | entity | me, |
| string | theYesValue, | ||
| string | theNoValue, | ||
| string | theCvar, | ||
| string | theText | ||
| ) |
Definition at line 24 of file checkbox_string.qc.
References cvar_string().
Here is the call graph for this function:Definition at line 32 of file checkbox_string.qc.
References CheckSendCvars(), and cvar_set().
Here is the call graph for this function:Definition at line 19 of file checkbox_string.qc.