6 me.configureXonoticCheckBoxString(me, theYesValue, theNoValue, theCvar, theText);
11 me.yesString = theYesValue;
12 me.noString = theNoValue;
14 me.controlledCvar = (theCvar) ? theCvar :
string_null;
16 me.configureCheckBox(me, theText, me.fontSize, me.image);
20 me.checked = !me.checked;
25 if (!me.controlledCvar)
33 if (!me.controlledCvar)
37 cvar_set(me.controlledCvar, me.yesString);
39 cvar_set(me.controlledCvar, me.noString);
void XonoticCheckBoxString_configureXonoticCheckBoxString(entity me, string theYesValue, string theNoValue, string theCvar, string theText)
void XonoticCheckBoxString_loadCvars(entity me)
void XonoticCheckBoxString_setChecked(entity me, bool foo)
void XonoticCheckBoxString_saveCvars(entity me)
entity makeXonoticCheckBoxString(string theYesValue, string theNoValue, string theCvar, string theText)
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback