Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticServerInfoTab
Definition
dialog_multiplayer_join_serverinfotab.qh:4
XonoticServerInfoTab::fill
virtual void fill()
XonoticServerInfoTab::columns
float columns
Definition
dialog_multiplayer_join_serverinfotab.qh:10
XonoticServerInfoTab::title
string title
Definition
dialog_multiplayer_join_serverinfotab.qh:6
XonoticServerInfoTab::intendedWidth
float intendedWidth
Definition
dialog_multiplayer_join_serverinfotab.qh:8
XonoticServerInfoTab::ATTRIB
ATTRIB(XonoticServerInfoTab, nameLabel, entity)
XonoticServerInfoTab::color
vector color
Definition
dialog_multiplayer_join_serverinfotab.qh:7
XonoticServerInfoTab::rows
float rows
Definition
dialog_multiplayer_join_serverinfotab.qh:9
XonoticTab
Definition
tab.qh:4
makeXonoticServerInfoTab
entity makeXonoticServerInfoTab()
Definition
dialog_multiplayer_join_serverinfotab.qc:12
CLASS
#define CLASS(...)
Definition
oo.qh:145
ENDCLASS
#define ENDCLASS(cname)
Definition
oo.qh:281
METHOD
#define METHOD(cname, name, prototype)
Definition
oo.qh:269
vector
vector
Definition
self.qh:92
tab.qh
menu
xonotic
dialog_multiplayer_join_serverinfotab.qh
Generated on
for Xonotic QuakeC by
1.14.0