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
bigbutton.qc
Go to the documentation of this file.
1
#include "
bigbutton.qh
"
2
3
entity
makeXonoticBigButton
(
string
theText,
vector
theColor)
4
{
5
entity
me;
6
me =
NEW
(
XonoticBigButton
);
7
me.configureXonoticBigButton(me, theText, theColor);
8
return
me;
9
}
10
11
void
XonoticBigButton_configureXonoticBigButton
(
entity
me,
string
theText,
vector
theColor)
12
{
13
me.configureXonoticButton(me, theText, theColor,
string_null
);
14
}
XonoticBigButton_configureXonoticBigButton
void XonoticBigButton_configureXonoticBigButton(entity me, string theText, vector theColor)
Definition:
bigbutton.qc:11
string_null
string string_null
Definition:
nil.qh:9
NEW
#define NEW(cname,...)
Definition:
oo.qh:105
makeXonoticBigButton
entity makeXonoticBigButton(string theText, vector theColor)
Definition:
bigbutton.qc:3
entity
entity() spawn
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
XonoticBigButton
Definition:
bigbutton.qh:4
bigbutton.qh
menu
xonotic
bigbutton.qc
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13