Xonotic
dialog_multiplayer_join_serverinfotab.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticServerInfoTab
,
XonoticTab
)
5
METHOD
(
XonoticServerInfoTab
, fill,
void
(
entity
));
6
ATTRIB
(
XonoticServerInfoTab
, title,
string
, _(
"Server Information"
));
7
ATTRIB
(
XonoticServerInfoTab
,
color
,
vector
, SKINCOLOR_DIALOG_SERVERINFO);
8
ATTRIB
(
XonoticServerInfoTab
, intendedWidth,
float
, 0.8);
9
ATTRIB
(
XonoticServerInfoTab
, rows,
float
, 17);
10
ATTRIB
(
XonoticServerInfoTab
, columns,
float
, 6.2);
11
12
ATTRIB
(
XonoticServerInfoTab
, nameLabel,
entity
);
13
ATTRIB
(
XonoticServerInfoTab
, cnameLabel,
entity
);
14
ATTRIB
(
XonoticServerInfoTab
, typeLabel,
entity
);
15
ATTRIB
(
XonoticServerInfoTab
, mapLabel,
entity
);
16
ATTRIB
(
XonoticServerInfoTab
, rawPlayerList,
entity
);
17
ATTRIB
(
XonoticServerInfoTab
, numPlayersLabel,
entity
);
18
ATTRIB
(
XonoticServerInfoTab
, numBotsLabel,
entity
);
19
ATTRIB
(
XonoticServerInfoTab
, numFreeSlotsLabel,
entity
);
20
ATTRIB
(
XonoticServerInfoTab
, modLabel,
entity
);
21
ATTRIB
(
XonoticServerInfoTab
, versionLabel,
entity
);
22
ATTRIB
(
XonoticServerInfoTab
, keyLabel,
entity
);
23
ATTRIB
(
XonoticServerInfoTab
, idLabel,
entity
);
24
ATTRIB
(
XonoticServerInfoTab
, encryptLabel,
entity
);
25
ATTRIB
(
XonoticServerInfoTab
, canConnectLabel,
entity
);
26
ATTRIB
(
XonoticServerInfoTab
, pureLabel,
entity
);
27
ATTRIB
(
XonoticServerInfoTab
, statsLabel,
entity
);
28
ENDCLASS
(
XonoticServerInfoTab
)
29
entity
makeXonoticServerInfoTab
();
30
color
vector color
Definition:
dpextensions.qc:2415
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
entity
entity() spawn
makeXonoticServerInfoTab
entity makeXonoticServerInfoTab()
Definition:
dialog_multiplayer_join_serverinfotab.qc:12
XonoticServerInfoTab
Definition:
dialog_multiplayer_join_serverinfotab.qh:4
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
tab.qh
menu
xonotic
dialog_multiplayer_join_serverinfotab.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13