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
statslist.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
listbox.qh
"
4
CLASS
(
XonoticStatsList
,
XonoticListBox
)
5
METHOD
(
XonoticStatsList
, configureXonoticStatsList,
void
(
entity
));
6
ATTRIB
(
XonoticStatsList
, rowsPerItem,
float
, 1.4);
7
METHOD
(
XonoticStatsList
, resizeNotify,
void
(
entity
,
vector
,
vector
,
vector
,
vector
));
8
METHOD
(
XonoticStatsList
, drawListBoxItem,
void
(
entity
,
int
,
vector
,
bool
,
bool
));
9
METHOD
(
XonoticStatsList
, getStats,
void
(
entity
));
10
METHOD
(
XonoticStatsList
, doubleClickListBoxItem,
void
(
entity
,
float
,
vector
));
11
METHOD
(
XonoticStatsList
, keyDown,
float
(
entity
,
float
,
float
,
float
));
12
METHOD
(
XonoticStatsList
, destroy,
void
(
entity
));
13
METHOD
(
XonoticStatsList
, showNotify,
void
(
entity
));
14
ATTRIB
(
XonoticStatsList
, selectionDoesntMatter,
bool
,
true
);
15
16
ATTRIB
(
XonoticStatsList
, listStats,
float
, -1);
17
ATTRIB
(
XonoticStatsList
, realFontSize,
vector
,
'0 0 0'
);
18
ATTRIB
(
XonoticStatsList
, realUpperMargin,
float
, 0);
19
ATTRIB
(
XonoticStatsList
, columnNameOrigin,
float
, 0);
20
ATTRIB
(
XonoticStatsList
, columnNameSize,
float
, 0);
21
ENDCLASS
(
XonoticStatsList
)
22
23
entity
statslist
;
// for reference elsewhere
24
entity
makeXonoticStatsList
();
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticStatsList
Definition:
statslist.qh:4
entity
entity() spawn
listbox.qh
statslist
entity statslist
Definition:
statslist.qh:23
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
makeXonoticStatsList
entity makeXonoticStatsList()
Definition:
statslist.qc:4
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticListBox
Definition:
listbox.qh:4
menu
xonotic
statslist.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13