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

Go to the source code of this file.

Classes

class  XonoticDecibelsSlider
 

Functions

entity makeXonoticDecibelsSlider (float, float, float, string)
 
entity makeXonoticDecibelsSlider_T (float, float, float, string, string)
 

Function Documentation

◆ makeXonoticDecibelsSlider()

entity makeXonoticDecibelsSlider ( float  ,
float  ,
float  ,
string   
)

Definition at line 38 of file slider_decibels.qc.

References makeXonoticDecibelsSlider_T(), and string_null.

39 {
40  return makeXonoticDecibelsSlider_T(theValueMin, theValueMax, theValueStep, theCvar, string_null);
41 }
string string_null
Definition: nil.qh:9
entity makeXonoticDecibelsSlider_T(float theValueMin, float theValueMax, float theValueStep, string theCvar, string theTooltip)
+ Here is the call graph for this function:

◆ makeXonoticDecibelsSlider_T()

entity makeXonoticDecibelsSlider_T ( float  ,
float  ,
float  ,
string  ,
string   
)

Definition at line 31 of file slider_decibels.qc.

References entity(), and NEW.

Referenced by makeXonoticDecibelsSlider().

32 {
33  entity me;
35  me.configureXonoticSlider(me, theValueMin, theValueMax, theValueStep, theCvar, theTooltip);
36  return me;
37 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:
+ Here is the caller graph for this function: