Xonotic
dialog_multiplayer_media.qh File Reference
#include "tab.qh"
+ Include dependency graph for dialog_multiplayer_media.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticMediaTab
 

Functions

entity makeXonoticMediaTab ()
 

Function Documentation

◆ makeXonoticMediaTab()

entity makeXonoticMediaTab ( )

Definition at line 12 of file dialog_multiplayer_media.qc.

References entity(), and NEW.

13 {
14  entity me;
15  me = NEW(XonoticMediaTab);
16  me.configureDialog(me);
17  return me;
18 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: