Xonotic
slider_decibels.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "slider.qh"
5  METHOD(XonoticDecibelsSlider, loadCvars, void(entity));
6  METHOD(XonoticDecibelsSlider, saveCvars, void(entity));
7  METHOD(XonoticDecibelsSlider, valueToText, string(entity, float));
9 entity makeXonoticDecibelsSlider_T(float, float, float, string, string);
10 entity makeXonoticDecibelsSlider(float, float, float, string);
CLASS(Object) Object
Definition: oo.qh:318
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
entity makeXonoticDecibelsSlider(float, float, float, string)
entity makeXonoticDecibelsSlider_T(float, float, float, string, string)
#define ENDCLASS(cname)
Definition: oo.qh:269