Xonotic
|
#include "radiobutton.qh"
Go to the source code of this file.
Functions | |
entity | makeXonoticRadioButton (float theGroup, string theCvar, string theValue, string theText) |
entity | makeXonoticRadioButton_T (float theGroup, string theCvar, string theValue, string theText, string theTooltip) |
void | XonoticRadioButton_configureXonoticRadioButton (entity me, float theGroup, string theCvar, string theValue, string theText, string theTooltip) |
void | XonoticRadioButton_draw (entity me) |
void | XonoticRadioButton_loadCvars (entity me) |
void | XonoticRadioButton_saveCvars (entity me) |
void | XonoticRadioButton_setChecked (entity me, float val) |
Definition at line 10 of file radiobutton.qc.
References makeXonoticRadioButton_T(), and string_null.
Referenced by XonoticGameCrosshairSettingsTab_fill(), and XonoticGameViewSettingsTab_fill().
entity makeXonoticRadioButton_T | ( | float | theGroup, |
string | theCvar, | ||
string | theValue, | ||
string | theText, | ||
string | theTooltip | ||
) |
Definition at line 3 of file radiobutton.qc.
Referenced by makeXonoticRadioButton().
void XonoticRadioButton_configureXonoticRadioButton | ( | entity | me, |
float | theGroup, | ||
string | theCvar, | ||
string | theValue, | ||
string | theText, | ||
string | theTooltip | ||
) |
Definition at line 14 of file radiobutton.qc.
References setZonedTooltip(), and string_null.
Definition at line 58 of file radiobutton.qc.
References entity(), and SUPER.
Definition at line 30 of file radiobutton.qc.
References boolean, cvar(), and cvar_string().
Definition at line 77 of file radiobutton.qc.
References cvar_set(), cvar_string(), and ftos().
Definition at line 22 of file radiobutton.qc.