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
nexposee.qc
Go to the documentation of this file.
1
#include "
nexposee.qh
"
2
3
entity
makeXonoticNexposee
()
4
{
5
entity
me;
6
me =
NEW
(
XonoticNexposee
);
7
me.configureXonoticNexposee(me);
8
return
me;
9
}
10
11
void
XonoticNexposee_configureXonoticNexposee
(
entity
me)
12
{
13
}
14
15
void
XonoticNexposee_close
(
entity
me)
16
{
17
m_goto
(
string_null
);
// hide
18
}
string_null
string string_null
Definition:
nil.qh:9
NEW
#define NEW(cname,...)
Definition:
oo.qh:105
nexposee.qh
entity
entity() spawn
XonoticNexposee_configureXonoticNexposee
void XonoticNexposee_configureXonoticNexposee(entity me)
Definition:
nexposee.qc:11
XonoticNexposee
Definition:
nexposee.qh:4
makeXonoticNexposee
entity makeXonoticNexposee()
Definition:
nexposee.qc:3
XonoticNexposee_close
void XonoticNexposee_close(entity me)
Definition:
nexposee.qc:15
m_goto
void m_goto(string itemname)
Definition:
menu.qc:951
menu
xonotic
nexposee.qc
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13