Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticDialog
Definition
dialog.qh:4
XonoticServerInfoDialog
Definition
dialog_multiplayer_join_serverinfo.qh:4
XonoticServerInfoDialog::fill
virtual void fill()
XonoticServerInfoDialog::columns
float columns
Definition
dialog_multiplayer_join_serverinfo.qh:11
XonoticServerInfoDialog::rows
float rows
Definition
dialog_multiplayer_join_serverinfo.qh:10
XonoticServerInfoDialog::intendedWidth
float intendedWidth
Definition
dialog_multiplayer_join_serverinfo.qh:9
XonoticServerInfoDialog::title
string title
Definition
dialog_multiplayer_join_serverinfo.qh:7
XonoticServerInfoDialog::ATTRIB
ATTRIB(XonoticServerInfoDialog, infoTab, entity)
XonoticServerInfoDialog::color
vector color
Definition
dialog_multiplayer_join_serverinfo.qh:8
XonoticServerInfoDialog::loadServerInfo
virtual void loadServerInfo()
XonoticServerInfoTab
Definition
dialog_multiplayer_join_serverinfotab.qh:4
Join_Click
void Join_Click(entity btn, entity me)
Definition
dialog_multiplayer_join_serverinfo.qc:232
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
dialog.qh
menu
xonotic
dialog_multiplayer_join_serverinfo.qh
Generated on
for Xonotic QuakeC by
1.14.0