Xonotic
|
#include "colorbutton.qh"
Go to the source code of this file.
Functions | |
entity | makeXonoticColorButton (float theGroup, float theColor, float theValue) |
void | XonoticColorButton_configureXonoticColorButton (entity me, float theGroup, float theColor, float theValue) |
void | XonoticColorButton_draw (entity me) |
void | XonoticColorButton_loadCvars (entity me) |
void | XonoticColorButton_saveCvars (entity me) |
void | XonoticColorButton_setChecked (entity me, float val) |
Definition at line 3 of file colorbutton.qc.
void XonoticColorButton_configureXonoticColorButton | ( | entity | me, |
float | theGroup, | ||
float | theColor, | ||
float | theValue | ||
) |
Definition at line 73 of file colorbutton.qc.
References colormapPaletteColor, and SUPER.
Definition at line 47 of file colorbutton.qc.
References cvar(), cvar_defstring(), cvar_set(), cvar_string(), floor(), ftos(), and random().
Definition at line 60 of file colorbutton.qc.
References cvar(), cvar_set(), and ftos().
Definition at line 39 of file colorbutton.qc.