Xonotic
slider_decibels.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
slider.qh
"
4
CLASS
(
XonoticDecibelsSlider
,
XonoticSlider
)
5
METHOD
(
XonoticDecibelsSlider
, loadCvars,
void
(
entity
));
6
METHOD
(
XonoticDecibelsSlider
, saveCvars,
void
(
entity
));
7
METHOD
(
XonoticDecibelsSlider
, valueToText,
string
(
entity
,
float
));
8
ENDCLASS
(
XonoticDecibelsSlider
)
9
entity
makeXonoticDecibelsSlider_T
(
float
,
float
,
float
,
string
,
string
);
10
entity
makeXonoticDecibelsSlider
(
float
,
float
,
float
,
string
);
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticSlider
Definition:
slider.qh:4
makeXonoticDecibelsSlider
entity makeXonoticDecibelsSlider(float, float, float, string)
Definition:
slider_decibels.qc:38
XonoticDecibelsSlider
Definition:
slider_decibels.qh:4
slider.qh
makeXonoticDecibelsSlider_T
entity makeXonoticDecibelsSlider_T(float, float, float, string, string)
Definition:
slider_decibels.qc:31
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
menu
xonotic
slider_decibels.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13