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

Go to the source code of this file.

Classes

class  XonoticGametypeList
 

Functions

entity makeXonoticGametypeList ()
 

Function Documentation

◆ makeXonoticGametypeList()

entity makeXonoticGametypeList ( )

Definition at line 7 of file gametypelist.qc.

References entity(), and NEW.

8 {
9  entity me;
11  me.configureXonoticGametypeList(me);
12  return me;
13 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: