Xonotic
checkbox_string.qh File Reference
+ Include dependency graph for checkbox_string.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticCheckBoxString
 

Functions

entity makeXonoticCheckBoxString (string, string, string, string)
 

Function Documentation

◆ makeXonoticCheckBoxString()

entity makeXonoticCheckBoxString ( string  ,
string  ,
string  ,
string   
)

Definition at line 3 of file checkbox_string.qc.

4 {
5  entity me;
7  me.configureXonoticCheckBoxString(me, theYesValue, theNoValue, theCvar, theText);
8  return me;
9 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn