7 me.configureXonoticCheckBoxString(me, theYesValue, theNoValue, theCvar, theText);
12 me.yesString = theYesValue;
13 me.noString = theNoValue;
15 me.controlledCvar = (theCvar) ? theCvar :
string_null;
17 me.configureCheckBox(me, theText, me.fontSize, me.image);
21 me.checked = !me.checked;
26 if (!me.controlledCvar)
34 if (!me.controlledCvar)
38 cvar_set(me.controlledCvar, me.yesString);
40 cvar_set(me.controlledCvar, me.noString);
void XonoticCheckBoxString_configureXonoticCheckBoxString(entity me, string theYesValue, string theNoValue, string theCvar, string theText)
void XonoticCheckBoxString_saveCvars(entity me)
void XonoticCheckBoxString_loadCvars(entity me)
entity makeXonoticCheckBoxString(string theYesValue, string theNoValue, string theCvar, string theText)
void XonoticCheckBoxString_setChecked(entity me, float foo)