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

Go to the source code of this file.

Classes

class  XonoticServerCreateTab
 

Functions

entity makeXonoticServerCreateTab ()
 

Function Documentation

◆ makeXonoticServerCreateTab()

entity makeXonoticServerCreateTab ( )

Definition at line 59 of file dialog_multiplayer_create.qc.

References entity(), and NEW.

60 {
61  entity me;
63  me.configureDialog(me);
64  return me;
65 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: