Xonotic
|
#include "colorpicker_string.qh"
Go to the source code of this file.
Functions | |
entity | makeXonoticColorpickerString (string theCvar, string theDefaultCvar) |
void | XonoticColorpickerString_configureXonoticColorpickerString (entity me, string theCvar, string theDefaultCvar) |
void | XonoticColorpickerString_draw (entity me) |
void | XonoticColorpickerString_loadCvars (entity me) |
float | XonoticColorpickerString_mouseDrag (entity me, vector coords) |
float | XonoticColorpickerString_mouseRelease (entity me, vector coords) |
void | XonoticColorpickerString_saveCvars (entity me) |
Variables | |
bool | disabled |
Definition at line 5 of file colorpicker_string.qc.
Referenced by GameType_GetIcon().
void XonoticColorpickerString_configureXonoticColorpickerString | ( | entity | me, |
string | theCvar, | ||
string | theDefaultCvar | ||
) |
Definition at line 84 of file colorpicker_string.qc.
References draw_alpha, draw_Picture(), draw_PictureSize(), draw_scale, globalToBoxSize(), strcat(), SUPER, and vector().
Definition at line 20 of file colorpicker_string.qc.
References color_hslimage(), cvar(), cvar_string(), eX, eY, eZ, stov(), strcat(), and substring().
Definition at line 59 of file colorpicker_string.qc.
References vector().
Definition at line 77 of file colorpicker_string.qc.
References m_play_click_sound(), and MENU_SOUND_SLIDE.
Definition at line 37 of file colorpicker_string.qc.
References cvar_set(), ftos(), hslimage_color(), METHOD, strcat(), substring(), v, and vector().
bool disabled |
Definition at line 3 of file colorpicker_string.qc.
Referenced by Slider_mouseDrag().