|
Xonotic
|
#include "checkbox.qh"
Include dependency graph for checkbox.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| entity | makeXonoticCheckBox (float isInverted, string theCvar, string theText) |
| entity | makeXonoticCheckBox_T (float isInverted, string theCvar, string theText, string theTooltip) |
| entity | makeXonoticCheckBoxEx (float theYesValue, float theNoValue, string theCvar, string theText) |
| entity | makeXonoticCheckBoxEx_T (float theYesValue, float theNoValue, string theCvar, string theText, string theTooltip) |
| void | XonoticCheckBox_configureXonoticCheckBox (entity me, float theYesValue, float theNoValue, string theCvar, string theText, string theTooltip) |
| void | XonoticCheckBox_loadCvars (entity me) |
| void | XonoticCheckBox_saveCvars (entity me) |
| void | XonoticCheckBox_setChecked (entity me, float val) |
Definition at line 28 of file checkbox.qc.
References makeXonoticCheckBox_T(), and string_null.
Referenced by dialog_hudpanel_main_checkbox(), GameType_GetIcon(), XonoticDamageTextSettings::XonoticDamageTextSettings ::fill(), XonoticHUDHealthArmorDialog_fill(), XonoticHUDPowerupsDialog_fill(), and XonoticServerListTab_fill().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticCheckBox_T | ( | float | isInverted, |
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip | ||
| ) |
Definition at line 3 of file checkbox.qc.
References makeXonoticCheckBoxEx_T().
Referenced by makeXonoticCheckBox().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticCheckBoxEx | ( | float | theYesValue, |
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText | ||
| ) |
Definition at line 40 of file checkbox.qc.
References makeXonoticCheckBoxEx_T(), and string_null.
Here is the call graph for this function:| entity makeXonoticCheckBoxEx_T | ( | float | theYesValue, |
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip | ||
| ) |
Definition at line 33 of file checkbox.qc.
Referenced by makeXonoticCheckBox_T(), and makeXonoticCheckBoxEx().
Here is the call graph for this function:
Here is the caller graph for this function:| void XonoticCheckBox_configureXonoticCheckBox | ( | entity | me, |
| float | theYesValue, | ||
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip | ||
| ) |
Definition at line 45 of file checkbox.qc.
References setZonedTooltip(), and string_null.
Here is the call graph for this function:Definition at line 65 of file checkbox.qc.
References cvar().
Here is the call graph for this function:Definition at line 76 of file checkbox.qc.
References CheckSendCvars(), cvar_set(), and ftos_mindecimals().
Here is the call graph for this function:Definition at line 55 of file checkbox.qc.