Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_multiplayer_join.qh File Reference
#include "tab.qh"
Include dependency graph for dialog_multiplayer_join.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticServerListTab

Functions

entity makeXonoticServerListTab ()

Function Documentation

◆ makeXonoticServerListTab()

entity makeXonoticServerListTab ( )

Definition at line 12 of file dialog_multiplayer_join.qc.

13{
14 entity me;
16 me.configureDialog(me);
17 return me;
18}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticMultiplayerDialog_fill().