|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "textslider.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticTextSlider (string theCvar) |
| entity | makeXonoticTextSlider_T (string theCvar, string theTooltip) |
| void | XonoticTextSlider_configureXonoticTextSlider (entity me, string theCvar, string theTooltip) |
| void | XonoticTextSlider_configureXonoticTextSliderValues (entity me) |
| void | XonoticTextSlider_loadCvars (entity me) |
| void | XonoticTextSlider_saveCvars (entity me) |
| void | XonoticTextSlider_setValue (entity me, float val, bool allowAnim) |
| void | XonoticTextSlider_setValueSpace (entity me, float val) |
Definition at line 10 of file textslider.qc.
References entity(), makeXonoticTextSlider_T(), and string_null.
Referenced by dialog_hudpanel_main_settings(), XonoticGameModelSettingsTab_fill(), and XonoticHUDExitDialog_fill().
Definition at line 3 of file textslider.qc.
Referenced by makeXonoticTextSlider().
Definition at line 14 of file textslider.qc.
References entity(), setZonedTooltip(), and string_null.
Definition at line 95 of file textslider.qc.
References entity(), and string_null.
Definition at line 34 of file textslider.qc.
References argv(), cvar_string(), entity(), strcat(), and tokenize_console.
Definition at line 56 of file textslider.qc.
References argv(), CheckSendCvars(), cvar_set(), entity(), error, strcat(), and tokenize_console.
Definition at line 21 of file textslider.qc.