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)
67 for(e = me.parent.firstChild; e; e = e.nextSibling)
68 if(e.group == me.group)
72 me.setChecked(me,
true);
84 if(me.cvarValueIsAnotherCvar)
87 cvar_set(me.controlledCvar, me.cvarValue);
89 else if(me.cvarOffValue)
90 cvar_set(me.controlledCvar, me.cvarOffValue);
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback