Xonotic
|
#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, 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().
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().
Definition at line 32 of file checkbox_string.qc.
References CheckSendCvars(), and cvar_set().
Definition at line 19 of file checkbox_string.qc.