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

Go to the source code of this file.

Classes

class  XonoticColorpickerString

Functions

entity makeXonoticColorpickerString (string theCvar, string theDefaultCvar)

Function Documentation

◆ makeXonoticColorpickerString()

entity makeXonoticColorpickerString ( string theCvar,
string theDefaultCvar )

Definition at line 5 of file colorpicker_string.qc.

6{
7 entity me;
9 me.configureXonoticColorpickerString(me, theCvar, theDefaultCvar);
10 return me;
11}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117