Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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.

5{
6 entity me;
8 me.configureXonoticStatsList(me);
9 return me;
10}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticProfileTab_fill().

Variable Documentation

◆ statslist

entity statslist

Definition at line 23 of file statslist.qh.

Referenced by PlayerStats_PlayerDetail_Handler(), and XonoticProfileTab_fill().