|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../item/checkbox.qh"Go to the source code of this file.
Classes | |
| class | XonoticCheckBox |
Functions | |
| entity | makeXonoticCheckBox (float, string, string) |
| entity | makeXonoticCheckBox_T (float, string, string, string) |
| entity | makeXonoticCheckBoxEx (float, float, string, string) |
| entity | makeXonoticCheckBoxEx_T (float, float, string, string, string) |
Definition at line 28 of file checkbox.qc.
Referenced by XonoticCheckBox::ATTRIB().
| entity makeXonoticCheckBox_T | ( | float | isInverted, |
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 3 of file checkbox.qc.
References entity(), and makeXonoticCheckBoxEx_T().
Referenced by XonoticCheckBox::ATTRIB(), makeXonoticCheckBox(), XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameMessageSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticMutatorsDialog_fill(), XonoticServerCreateTab_fill(), XonoticServerListTab_fill(), XonoticUserSettingsTab_fill(), and XonoticVideoSettingsTab_fill().
| entity makeXonoticCheckBoxEx | ( | float | theYesValue, |
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText ) |
Definition at line 40 of file checkbox.qc.
References entity(), makeXonoticCheckBoxEx_T(), and string_null.
Referenced by XonoticCheckBox::ATTRIB(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticScreenshotBrowserTab_fill(), and XonoticVideoSettingsTab_fill().
| entity makeXonoticCheckBoxEx_T | ( | float | theYesValue, |
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 33 of file checkbox.qc.
Referenced by XonoticCheckBox::ATTRIB(), makeXonoticCheckBox_T(), makeXonoticCheckBoxEx(), XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameMessageSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), and XonoticHUDExitDialog_fill().