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

Go to the source code of this file.

Classes

class  XonoticSliderCheckBox
 

Functions

entity makeXonoticSliderCheckBox (float, float, entity, string)
 

Function Documentation

◆ makeXonoticSliderCheckBox()

entity makeXonoticSliderCheckBox ( float  ,
float  ,
entity  ,
string   
)

Definition at line 5 of file checkbox_slider_invalid.qc.

References entity(), and NEW.

6 {
7  entity me;
9  me.configureXonoticSliderCheckBox(me, theOffValue, isInverted, theControlledSlider, theText);
10  return me;
11 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: