|
Xonotic
|
#include "radiobutton.qh"
Include dependency graph for radiobutton.qc:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticRadioButton_T | ( | float | theGroup, |
| string | theCvar, | ||
| string | theValue, | ||
| string | theText, | ||
| string | theTooltip | ||
| ) |
Definition at line 3 of file radiobutton.qc.
Referenced by makeXonoticRadioButton().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:Definition at line 58 of file radiobutton.qc.
References entity(), and SUPER.
Here is the call graph for this function:Definition at line 30 of file radiobutton.qc.
References boolean, cvar(), and cvar_string().
Here is the call graph for this function:Definition at line 77 of file radiobutton.qc.
References cvar_set(), cvar_string(), and ftos().
Here is the call graph for this function:Definition at line 22 of file radiobutton.qc.