|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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 dialog_hudpanel_main_settings(), XonoticDamageTextSettings_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticHUDExitDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDWeaponsDialog_fill(), and XonoticSandboxToolsDialog_fill().
| void XonoticColorpickerString_configureXonoticColorpickerString | ( | entity | me, |
| string | theCvar, | ||
| string | theDefaultCvar ) |
Definition at line 13 of file colorpicker_string.qc.
References entity(), and string_null.
Definition at line 84 of file colorpicker_string.qc.
References draw_alpha, draw_Picture(), draw_PictureSize(), draw_scale, entity(), globalToBoxSize(), strcat(), SUPER, and vector.
Definition at line 20 of file colorpicker_string.qc.
References color_hslimage(), cvar(), cvar_string(), entity(), eX, eY, eZ, stov(), strcat(), and substring().
Definition at line 59 of file colorpicker_string.qc.
Definition at line 77 of file colorpicker_string.qc.
References entity(), m_play_click_sound(), MENU_SOUND_SLIDE, and vector.
Definition at line 37 of file colorpicker_string.qc.
References cvar_set(), entity(), ftos(), hslimage_color(), strcat(), substring(), and vector.
| bool disabled |
Definition at line 3 of file colorpicker_string.qc.