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

12{
13 entity me;
15 me.configureXonoticListBox(me);
16 return me;
17}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticServerInfoTab_fill().