Xonotic
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
, text,
string
);
14
ATTRIB
(
XonoticServerToSTab
, textBox,
entity
);
15
ENDCLASS
(
XonoticServerToSTab
)
16
entity
makeXonoticServerToSTab
();
17
18
void
AdditionalServerInfo_OnGet
(
entity
fh,
entity
pass
,
int
status);
makeXonoticServerToSTab
entity makeXonoticServerToSTab()
Definition:
dialog_multiplayer_join_termsofservice.qc:7
color
vector color
Definition:
dpextensions.qc:2415
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
XonoticServerToSTab
Definition:
dialog_multiplayer_join_termsofservice.qh:4
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
tab.qh
pass
#define pass(name, colormin, colormax)
AdditionalServerInfo_OnGet
void AdditionalServerInfo_OnGet(entity fh, entity pass, int status)
Definition:
dialog_multiplayer_join_termsofservice.qc:28
menu
xonotic
dialog_multiplayer_join_termsofservice.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13