Xonotic
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