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

Go to the source code of this file.

Classes

class  XonoticNexposee
 

Functions

entity makeXonoticNexposee ()
 

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: