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
credits.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
listbox.qh
"
4
CLASS
(
XonoticCreditsList
,
XonoticListBox
)
5
METHOD
(
XonoticCreditsList
, configureXonoticCreditsList,
void
(
entity
));
6
ATTRIB
(
XonoticCreditsList
, rowsPerItem,
float
, 1);
7
METHOD
(
XonoticCreditsList
, draw,
void
(
entity
));
8
METHOD
(
XonoticCreditsList
, drawListBoxItem,
void
(
entity
,
int
,
vector
,
bool
,
bool
));
9
METHOD
(
XonoticCreditsList
, resizeNotify,
void
(
entity
,
vector
,
vector
,
vector
,
vector
));
10
METHOD
(
XonoticCreditsList
, keyDown,
float
(
entity
,
float
,
float
,
float
));
11
METHOD
(
XonoticCreditsList
, destroy,
void
(
entity
));
12
ATTRIB
(
XonoticCreditsList
, selectionDoesntMatter,
bool
,
true
);
13
14
ATTRIB
(
XonoticCreditsList
, realFontSize,
vector
,
'0 0 0'
);
15
ATTRIB
(
XonoticCreditsList
, realUpperMargin,
float
, 0);
16
ATTRIB
(
XonoticCreditsList
, bufferIndex,
float
, 0);
17
ATTRIB
(
XonoticCreditsList
, scrolling,
float
, 0);
18
19
ATTRIB
(
XonoticCreditsList
, alphaBG,
float
, 0);
20
ENDCLASS
(
XonoticCreditsList
)
21
entity
makeXonoticCreditsList
();
22
23
int
credits_get
();
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
listbox.qh
credits_get
int credits_get()
Definition:
credits.qc:442
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
XonoticCreditsList
Definition:
credits.qh:4
makeXonoticCreditsList
entity makeXonoticCreditsList()
Definition:
credits.qc:459
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
credits.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13