Xonotic
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 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn