Xonotic
|
#include "checkbox.qh"
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().
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().
entity makeXonoticCheckBoxEx | ( | float | theYesValue, |
float | theNoValue, | ||
string | theCvar, | ||
string | theText | ||
) |
Definition at line 40 of file checkbox.qc.
References makeXonoticCheckBoxEx_T(), and string_null.
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().
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.
Definition at line 65 of file checkbox.qc.
References cvar().
Definition at line 76 of file checkbox.qc.
References CheckSendCvars(), cvar_set(), and ftos_mindecimals().
Definition at line 55 of file checkbox.qc.