Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
radiobutton.qh File Reference
Include dependency graph for radiobutton.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticRadioButton

Functions

entity makeXonoticRadioButton (float, string, string, string)
entity makeXonoticRadioButton_T (float, string, string, string, string theTooltip)

Function Documentation

◆ makeXonoticRadioButton()

◆ makeXonoticRadioButton_T()

entity makeXonoticRadioButton_T ( float theGroup,
string theCvar,
string theValue,
string theText,
string theTooltip )

Definition at line 3 of file radiobutton.qc.

4{
5 entity me;
7 me.configureXonoticRadioButton(me, theGroup, theCvar, theValue, theText, theTooltip);
8 return me;
9}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by makeXonoticRadioButton(), XonoticAudioSettingsTab_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticMutatorsDialog_fill(), and XonoticVideoSettingsTab_fill().