Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
tabcontroller.qh File Reference
Include dependency graph for tabcontroller.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticTabController

Functions

entity makeXonoticTabController (float theRows)

Function Documentation

◆ makeXonoticTabController()

entity makeXonoticTabController ( float theRows)

Definition at line 5 of file tabcontroller.qc.

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

References entity(), and NEW.

Referenced by XonoticMediaDialog_fill(), XonoticMultiplayerDialog_fill(), XonoticServerInfoDialog_fill(), and XonoticSettingsDialog_fill().