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

Go to the source code of this file.

Classes

class  XonoticServerInfoTab
 

Functions

entity makeXonoticServerInfoTab ()
 

Function Documentation

◆ makeXonoticServerInfoTab()

entity makeXonoticServerInfoTab ( )

Definition at line 12 of file dialog_multiplayer_join_serverinfotab.qc.

References entity(), and NEW.

13 {
14  entity me;
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: