Xonotic
nexposee.qc
Go to the documentation of this file.
1 #include "nexposee.qh"
2 
4 {
5  entity me;
6  me = NEW(XonoticNexposee);
7  me.configureXonoticNexposee(me);
8  return me;
9 }
10 
12 {
13 }
14 
16 {
17  m_goto(string_null); // hide
18 }
string string_null
Definition: nil.qh:9
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
void XonoticNexposee_configureXonoticNexposee(entity me)
Definition: nexposee.qc:11
entity makeXonoticNexposee()
Definition: nexposee.qc:3
void XonoticNexposee_close(entity me)
Definition: nexposee.qc:15