|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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, bool val) |
Definition at line 28 of file checkbox.qc.
References entity(), makeXonoticCheckBox_T(), and string_null.
Referenced by XonoticCheckBox::ATTRIB(), dialog_hudpanel_main_checkbox(), dialog_hudpanel_main_settings(), XonoticAudioSettingsTab_fill(), XonoticCvarsDialog_fill(), XonoticDamageTextSettings_fill(), XonoticDemoBrowserTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameModelSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDChatDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDEngineInfoDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDHealthArmorDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDModIconsDialog_fill(), XonoticHUDNotificationDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPowerupsDialog_fill(), XonoticHUDPressedKeysDialog_fill(), XonoticHUDQuickMenuDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDTimerDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticMusicPlayerTab_fill(), XonoticProfileTab_fill(), XonoticServerListTab_fill(), XonoticUserSettingsTab_fill(), and XonoticVideoSettingsTab_fill().
| 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().
| void XonoticCheckBox_configureXonoticCheckBox | ( | entity | me, |
| float | theYesValue, | ||
| float | theNoValue, | ||
| string | theCvar, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 45 of file checkbox.qc.
References entity(), setZonedTooltip(), and string_null.
Definition at line 65 of file checkbox.qc.
Definition at line 74 of file checkbox.qc.
References CheckSendCvars(), cvar_set(), entity(), and ftos_mindecimals().