|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "slider.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticSlider (float theValueMin, float theValueMax, float theValueStep, string theCvar) |
| entity | makeXonoticSlider_T (float theValueMin, float theValueMax, float theValueStep, string theCvar, string theTooltip) |
| void | XonoticSlider_configureXonoticSlider (entity me, float theValueMin, float theValueMax, float theValueStep, string theCvar, string theTooltip) |
| void | XonoticSlider_loadCvars (entity me) |
| void | XonoticSlider_saveCvars (entity me) |
| void | XonoticSlider_setValue (entity me, float val, bool allowAnim) |
| void | XonoticSlider_setValueSpace (entity me, float val) |
| entity makeXonoticSlider | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar ) |
Definition at line 10 of file slider.qc.
References entity(), makeXonoticSlider_T(), and string_null.
Referenced by XonoticDamageTextSettings_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameModelSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDChatDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDEngineInfoDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDNotificationDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPressedKeysDialog_fill(), XonoticHUDRadarDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDVoteDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticMonsterToolsDialog_fill(), and XonoticSandboxToolsDialog_fill().
| entity makeXonoticSlider_T | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 3 of file slider.qc.
Referenced by makeXonoticSlider(), XonoticEffectsSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticMutatorsDialog_fill(), XonoticServerCreateTab_fill(), and XonoticVideoSettingsTab_fill().
| void XonoticSlider_configureXonoticSlider | ( | entity | me, |
| float | theValueMin, | ||
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 14 of file slider.qc.
References entity(), fabs(), setZonedTooltip(), and string_null.
Definition at line 56 of file slider.qc.
References CheckSendCvars(), cvar_set(), entity(), and ftos_mindecimals().