|
Xonotic
|
#include "colorbutton.qh"
Include dependency graph for colorbutton.qc:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:Definition at line 60 of file colorbutton.qc.
References cvar(), cvar_set(), and ftos().
Here is the call graph for this function:Definition at line 39 of file colorbutton.qc.