Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
weaponarenacheckbox.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item/checkbox.qh"
4
CLASS
(
XonoticWeaponarenaCheckBox
,
CheckBox
)
5
METHOD
(
XonoticWeaponarenaCheckBox
, configureXonoticWeaponarenaCheckBox,
void
(
entity
,
string
,
string
));
6
METHOD
(
XonoticWeaponarenaCheckBox
, setChecked,
void
(
entity
,
float
));
7
ATTRIB
(
XonoticWeaponarenaCheckBox
, fontSize,
float
, SKINFONTSIZE_NORMAL);
8
ATTRIB
(
XonoticWeaponarenaCheckBox
, image,
string
, SKINGFX_CHECKBOX);
9
ATTRIB
(
XonoticWeaponarenaCheckBox
,
netname
,
string
);
10
11
METHOD
(
XonoticWeaponarenaCheckBox
, loadCvars,
void
(
entity
));
12
METHOD
(
XonoticWeaponarenaCheckBox
, saveCvars,
void
(
entity
));
13
ENDCLASS
(
XonoticWeaponarenaCheckBox
)
14
entity
makeXonoticWeaponarenaCheckBox
(
string
,
string
);
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
netname
string netname
Definition:
powerups.qc:20
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticWeaponarenaCheckBox
Definition:
weaponarenacheckbox.qh:4
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
CheckBox
Definition:
checkbox.qh:4
makeXonoticWeaponarenaCheckBox
entity makeXonoticWeaponarenaCheckBox(string, string)
Definition:
weaponarenacheckbox.qc:3
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
menu
xonotic
weaponarenacheckbox.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13