Xonotic
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.

References entity(), and NEW.

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

6 {
7  entity me;
9  me.configureXonoticTabController(me, theRows);
10  return me;
11 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:
+ Here is the caller graph for this function: