Xonotic
dialog_multiplayer_create.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
6  METHOD(XonoticServerCreateTab, gameTypeChangeNotify, void(entity));
7  METHOD(XonoticServerCreateTab, gameTypeSelectNotify, void(entity));
8  ATTRIB(XonoticServerCreateTab, intendedWidth, float, 0.9);
9  ATTRIB(XonoticServerCreateTab, rows, float, 23);
10  ATTRIB(XonoticServerCreateTab, columns, float, 6.2); // added extra .2 for center space
11 
12  ATTRIB(XonoticServerCreateTab, mapListBox, entity);
13  ATTRIB(XonoticServerCreateTab, sliderFraglimit, entity);
14  ATTRIB(XonoticServerCreateTab, sliderTeams, entity);
15  ATTRIB(XonoticServerCreateTab, sliderTimelimit, entity);
16  ATTRIB(XonoticServerCreateTab, labelFraglimit, entity);
17  ATTRIB(XonoticServerCreateTab, labelTeams, entity);
CLASS(Object) Object
Definition: oo.qh:318
Definition: tab.qh:4
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
#define ENDCLASS(cname)
Definition: oo.qh:269
entity makeXonoticServerCreateTab()