Xonotic
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