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
dialog_firstrun.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
rootdialog.qh
"
4
CLASS
(
XonoticFirstRunDialog
,
XonoticRootDialog
)
5
METHOD
(
XonoticFirstRunDialog
, fill,
void
(
entity
));
6
METHOD
(
XonoticFirstRunDialog
, shouldShow,
bool
());
7
ATTRIB
(
XonoticFirstRunDialog
, title,
string
, _(
"Welcome"
));
8
ATTRIB
(
XonoticFirstRunDialog
,
color
,
vector
, SKINCOLOR_DIALOG_FIRSTRUN);
9
ATTRIB
(
XonoticFirstRunDialog
, intendedWidth,
float
, 0.7);
10
ATTRIB
(
XonoticFirstRunDialog
, rows,
float
, 16);
11
ATTRIB
(
XonoticFirstRunDialog
, columns,
float
, 6);
12
ATTRIB
(
XonoticFirstRunDialog
,
name
,
string
,
"FirstRun"
);
13
ATTRIB
(
XonoticFirstRunDialog
, playerNameLabel,
entity
);
14
ATTRIB
(
XonoticFirstRunDialog
, playerNameLabelAlpha,
float
, 0);
15
16
ATTRIB
(
XonoticFirstRunDialog
, closable,
float
, 0);
17
ENDCLASS
(
XonoticFirstRunDialog
)
color
vector color
Definition:
dpextensions.qc:2415
rootdialog.qh
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
XonoticRootDialog
Definition:
rootdialog.qh:4
XonoticFirstRunDialog
Definition:
dialog_firstrun.qh:4
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
name
string name
Definition:
menu.qh:30
menu
xonotic
dialog_firstrun.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13