7 me.configureXonoticRadioButton(me, theGroup, theCvar, theValue, theText, theTooltip);
16 me.controlledCvar = (theCvar) ? theCvar :
string_null;
17 me.cvarValue = theValue;
20 me.configureRadioButton(me, theText, me.fontSize, me.image, theGroup, 0);
36 if(me.cvarValueIsAnotherCvar)
39 me.checked = (
cvar_string(me.controlledCvar) == me.cvarValue);
61 if (!me.controlledCvar)
68 for(e = me.parent.firstChild; e; e = e.nextSibling)
69 if(e.group == me.group)
85 if(me.cvarValueIsAnotherCvar)
88 cvar_set(me.controlledCvar, me.cvarValue);
90 else if(me.cvarOffValue)
91 cvar_set(me.controlledCvar, me.cvarOffValue);