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

Go to the source code of this file.

Classes

class  XonoticPlayerList
 

Functions

entity makeXonoticPlayerList ()
 

Function Documentation

◆ makeXonoticPlayerList()

entity makeXonoticPlayerList ( )

Definition at line 11 of file playerlist.qc.

References entity(), and NEW.

12 {
13  entity me;
14  me = NEW(XonoticPlayerList);
15  me.configureXonoticListBox(me);
16  return me;
17 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: