Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_multiplayer_join_termsofservice.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticServerToSTab
,
XonoticTab
)
5
METHOD
(
XonoticServerToSTab
,
fill
,
void
(
entity
));
6
METHOD
(
XonoticServerToSTab
,
loadToS
,
void
(
entity
,
string
));
7
ATTRIB
(
XonoticServerToSTab
,
title
,
string
, _(
"Terms of Service"
));
8
ATTRIB
(
XonoticServerToSTab
,
color
,
vector
, SKINCOLOR_DIALOG_SERVERINFO);
9
ATTRIB
(
XonoticServerToSTab
,
intendedWidth
,
float
, 0.8);
10
ATTRIB
(
XonoticServerToSTab
,
rows
,
float
, 17);
11
ATTRIB
(
XonoticServerToSTab
,
columns
,
float
, 6.2);
12
13
ATTRIB
(
XonoticServerToSTab
, textBox,
entity
);
14
ENDCLASS
(
XonoticServerToSTab
)
15
entity
makeXonoticServerToSTab
();
16
17
void
AdditionalServerInfo_OnGet
(
entity
fh,
entity
pass
,
int
status);
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticServerToSTab
Definition
dialog_multiplayer_join_termsofservice.qh:4
XonoticServerToSTab::rows
float rows
Definition
dialog_multiplayer_join_termsofservice.qh:10
XonoticServerToSTab::columns
float columns
Definition
dialog_multiplayer_join_termsofservice.qh:11
XonoticServerToSTab::title
string title
Definition
dialog_multiplayer_join_termsofservice.qh:7
XonoticServerToSTab::fill
virtual void fill()
XonoticServerToSTab::color
vector color
Definition
dialog_multiplayer_join_termsofservice.qh:8
XonoticServerToSTab::ATTRIB
ATTRIB(XonoticServerToSTab, textBox, entity)
XonoticServerToSTab::loadToS
virtual void loadToS()
XonoticServerToSTab::intendedWidth
float intendedWidth
Definition
dialog_multiplayer_join_termsofservice.qh:9
XonoticTab
Definition
tab.qh:4
makeXonoticServerToSTab
entity makeXonoticServerToSTab()
Definition
dialog_multiplayer_join_termsofservice.qc:7
AdditionalServerInfo_OnGet
void AdditionalServerInfo_OnGet(entity fh, entity pass, int status)
Definition
dialog_multiplayer_join_termsofservice.qc:28
pass
#define pass(name, colormin, colormax)
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_termsofservice.qh
Generated on
for Xonotic QuakeC by
1.14.0