Xonotic
dialog_multiplayer_join_serverinfo.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
XonoticServerInfoDialog
,
XonoticDialog
)
5
METHOD
(
XonoticServerInfoDialog
, loadServerInfo,
void
(
entity
,
float
));
6
METHOD
(
XonoticServerInfoDialog
, fill,
void
(
entity
));
7
ATTRIB
(
XonoticServerInfoDialog
, title,
string
, _(
"Server Info"
));
8
ATTRIB
(
XonoticServerInfoDialog
,
color
,
vector
, SKINCOLOR_DIALOG_MULTIPLAYER);
9
ATTRIB
(
XonoticServerInfoDialog
, intendedWidth,
float
, 0.96);
10
ATTRIB
(
XonoticServerInfoDialog
, rows,
float
, 19);
11
ATTRIB
(
XonoticServerInfoDialog
, columns,
float
, 2);
12
ATTRIB
(
XonoticServerInfoDialog
, infoTab,
entity
);
13
ATTRIB
(
XonoticServerInfoDialog
, ToSTab,
entity
);
14
15
ATTRIB
(
XonoticServerInfoTab
, currentServerName,
string
);
16
ATTRIB
(
XonoticServerInfoTab
, currentServerCName,
string
);
17
ATTRIB
(
XonoticServerInfoTab
, currentServerType,
string
);
18
ATTRIB
(
XonoticServerInfoTab
, currentServerMap,
string
);
19
ATTRIB
(
XonoticServerInfoTab
, currentServerPlayers,
string
);
20
ATTRIB
(
XonoticServerInfoTab
, currentServerNumPlayers,
string
);
21
ATTRIB
(
XonoticServerInfoTab
, currentServerNumBots,
string
);
22
ATTRIB
(
XonoticServerInfoTab
, currentServerNumFreeSlots,
string
);
23
ATTRIB
(
XonoticServerInfoTab
, currentServerMod,
string
);
24
ATTRIB
(
XonoticServerInfoTab
, currentServerVersion,
string
);
25
ATTRIB
(
XonoticServerInfoTab
, currentServerKey,
string
);
26
ATTRIB
(
XonoticServerInfoTab
, currentServerID,
string
);
27
ATTRIB
(
XonoticServerInfoTab
, currentServerEncrypt,
string
);
28
ATTRIB
(
XonoticServerInfoTab
, currentServerPure,
string
);
29
ATTRIB
(
XonoticServerInfoTab
, currentServerStatsStatus,
string
);
30
31
ENDCLASS
(
XonoticServerInfoDialog
)
32
33
void
Join_Click
(
entity
btn,
entity
me);
34
color
vector color
Definition:
dpextensions.qc:2415
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
XonoticServerInfoTab
Definition:
dialog_multiplayer_join_serverinfotab.qh:4
XonoticServerInfoDialog
Definition:
dialog_multiplayer_join_serverinfo.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
Join_Click
void Join_Click(entity btn, entity me)
Definition:
dialog_multiplayer_join_serverinfo.qc:232
XonoticDialog
Definition:
dialog.qh:4
dialog.qh
menu
xonotic
dialog_multiplayer_join_serverinfo.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13