Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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.

60{
61 entity me;
63 me.configureDialog(me);
64 return me;
65}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticServerCreateTab::ATTRIB(), and XonoticMultiplayerDialog_fill().