Xonotic
dialog_multiplayer_create.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticServerCreateTab
,
XonoticTab
)
5
METHOD
(
XonoticServerCreateTab
, fill,
void
(
entity
));
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
);
18
ENDCLASS
(
XonoticServerCreateTab
)
19
entity
makeXonoticServerCreateTab
();
XonoticServerCreateTab
Definition:
dialog_multiplayer_create.qh:4
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
tab.qh
makeXonoticServerCreateTab
entity makeXonoticServerCreateTab()
Definition:
dialog_multiplayer_create.qc:59
menu
xonotic
dialog_multiplayer_create.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13