Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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 theOffValue,
float isInverted,
entity theControlledSlider,
string theText )

Definition at line 5 of file checkbox_slider_invalid.qc.

6{
7 entity me;
9 me.configureXonoticSliderCheckBox(me, theOffValue, isInverted, theControlledSlider, theText);
10 return me;
11}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticEffectsSettingsTab_fill(), and XonoticMutatorsDialog_fill().