Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
colorbutton.qh File Reference
Include dependency graph for colorbutton.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticColorButton

Functions

entity makeXonoticColorButton (float, float, float)

Function Documentation

◆ makeXonoticColorButton()

entity makeXonoticColorButton ( float theGroup,
float theColor,
float theValue )

Definition at line 3 of file colorbutton.qc.

4{
5 entity me;
7 me.configureXonoticColorButton(me, theGroup, theColor, theValue);
8 return me;
9}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticColorButton::saveCvars(), and XonoticProfileTab_fill().