6 me.configureXonoticRadioButton(me, theGroup, theCvar, theValue, theText, theTooltip);
15 me.controlledCvar = (theCvar) ? theCvar :
string_null;
16 me.cvarValue = theValue;
19 me.configureRadioButton(me, theText, me.fontSize, me.image, theGroup, 0);
35 if(me.cvarValueIsAnotherCvar)
38 me.checked = (
cvar_string(me.controlledCvar) == me.cvarValue);
60 if (!me.controlledCvar)
66 for(e = me.parent.firstChild; e; e = e.nextSibling)
67 if(e.group == me.group)
71 me.setChecked(me,
true);
83 if(me.cvarValueIsAnotherCvar)
86 cvar_set(me.controlledCvar, me.cvarValue);
88 else if(me.cvarOffValue)
89 cvar_set(me.controlledCvar, me.cvarOffValue);
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback