|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "mixedslider.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticMixedSlider (string theCvar) |
| entity | makeXonoticMixedSlider_T (string theCvar, string theTooltip) |
| void | XonoticMixedSlider_configureXonoticMixedSlider (entity me, string theCvar, string theTooltip) |
| void | XonoticMixedSlider_configureXonoticMixedSliderValues (entity me) |
| void | XonoticMixedSlider_loadCvars (entity me) |
| void | XonoticMixedSlider_saveCvars (entity me) |
| void | XonoticMixedSlider_setValue (entity me, float val, bool allowAnim) |
| void | XonoticMixedSlider_setValueSpace (entity me, float val) |
Definition at line 10 of file mixedslider.qc.
References entity(), makeXonoticMixedSlider_T(), and string_null.
Referenced by XonoticAudioSettingsTab_fill(), XonoticDamageTextSettings_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameModelSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDChatDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDNotificationDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPressedKeysDialog_fill(), XonoticHUDRadarDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticServerCreateTab_fill(), and XonoticVideoSettingsTab_fill().
Definition at line 3 of file mixedslider.qc.
Referenced by makeXonoticMixedSlider(), XonoticAudioSettingsTab_fill(), XonoticEffectsSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameMessageSettingsTab_fill(), XonoticGameModelSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticServerCreateTab_fill(), and XonoticVideoSettingsTab_fill().
| void XonoticMixedSlider_configureXonoticMixedSlider | ( | entity | me, |
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 14 of file mixedslider.qc.
References entity(), setZonedTooltip(), and string_null.
Definition at line 51 of file mixedslider.qc.
References entity().
Definition at line 34 of file mixedslider.qc.
Definition at line 42 of file mixedslider.qc.
References CheckSendCvars(), cvar_set(), entity(), and ftos_mindecimals().
Definition at line 21 of file mixedslider.qc.