Xonotic
nexposee.qc File Reference
#include "nexposee.qh"
+ Include dependency graph for nexposee.qc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

entity makeXonoticNexposee ()
 
void XonoticNexposee_close (entity me)
 
void XonoticNexposee_configureXonoticNexposee (entity me)
 

Function Documentation

◆ makeXonoticNexposee()

entity makeXonoticNexposee ( )

Definition at line 3 of file nexposee.qc.

References entity(), and NEW.

4 {
5  entity me;
6  me = NEW(XonoticNexposee);
7  me.configureXonoticNexposee(me);
8  return me;
9 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:

◆ XonoticNexposee_close()

void XonoticNexposee_close ( entity  me)

Definition at line 15 of file nexposee.qc.

References m_goto(), and string_null.

16 {
17  m_goto(string_null); // hide
18 }
string string_null
Definition: nil.qh:9
+ Here is the call graph for this function:

◆ XonoticNexposee_configureXonoticNexposee()

void XonoticNexposee_configureXonoticNexposee ( entity  me)

Definition at line 11 of file nexposee.qc.

12 {
13 }