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

Variables

bool autocvar_menu_create_show_all

Function Documentation

◆ makeXonoticGametypeList()

entity makeXonoticGametypeList ( )

Definition at line 7 of file gametypelist.qc.

8{
9 entity me;
11 me.configureXonoticGametypeList(me);
12 return me;
13}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticServerCreateTab_fill().

Variable Documentation

◆ autocvar_menu_create_show_all

bool autocvar_menu_create_show_all

Definition at line 26 of file gametypelist.qh.

Referenced by GameType_GetCount().