|
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.
Classes | |
| class | XonoticDecibelsSlider |
Functions | |
| entity | makeXonoticDecibelsSlider (float, float, float, string) |
| entity | makeXonoticDecibelsSlider_T (float, float, float, string, string) |
| entity makeXonoticDecibelsSlider | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar ) |
Definition at line 38 of file slider_decibels.qc.
References entity(), makeXonoticDecibelsSlider_T(), and string_null.
Referenced by XonoticDecibelsSlider::valueToText().
| entity makeXonoticDecibelsSlider_T | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 31 of file slider_decibels.qc.
Referenced by makeXonoticDecibelsSlider(), XonoticDecibelsSlider::valueToText(), and XonoticAudioSettingsTab_fill().