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

Go to the source code of this file.

Classes

class  XonoticStatsList
 

Functions

entity makeXonoticStatsList ()
 

Variables

entity statslist
 

Function Documentation

◆ makeXonoticStatsList()

entity makeXonoticStatsList ( )

Definition at line 4 of file statslist.qc.

References entity(), and NEW.

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

Variable Documentation

◆ statslist

entity statslist

Definition at line 23 of file statslist.qh.