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

Go to the source code of this file.

Classes

class  XonoticProfileTab
 

Functions

entity makeXonoticProfileTab ()
 

Function Documentation

◆ makeXonoticProfileTab()

entity makeXonoticProfileTab ( )

Definition at line 15 of file dialog_multiplayer_profile.qc.

References entity(), and NEW.

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