|
Xonotic
|
#include "colorpicker_string.qh"
Include dependency graph for colorpicker_string.qc:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:Definition at line 20 of file colorpicker_string.qc.
References color_hslimage(), cvar(), cvar_string(), eX, eY, eZ, stov(), strcat(), and substring().
Here is the call graph for this function:Definition at line 59 of file colorpicker_string.qc.
References vector().
Here is the call graph for this function:Definition at line 77 of file colorpicker_string.qc.
References m_play_click_sound(), and MENU_SOUND_SLIDE.
Here is the call graph for this function:Definition at line 37 of file colorpicker_string.qc.
References cvar_set(), ftos(), hslimage_color(), METHOD, strcat(), substring(), v, and vector().
Here is the call graph for this function:| bool disabled |
Definition at line 3 of file colorpicker_string.qc.
Referenced by Slider_mouseDrag().