Xonotic
dialog_teamselect.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
rootdialog.qh
"
4
CLASS
(
XonoticTeamSelectDialog
,
XonoticRootDialog
)
5
METHOD
(
XonoticTeamSelectDialog
, fill,
void
(
entity
));
6
METHOD
(
XonoticTeamSelectDialog
, showNotify,
void
(
entity
));
7
ATTRIB
(
XonoticTeamSelectDialog
, title,
string
, _(
"Team Selection"
));
8
ATTRIB
(
XonoticTeamSelectDialog
,
color
,
vector
, SKINCOLOR_DIALOG_TEAMSELECT);
9
ATTRIB
(
XonoticTeamSelectDialog
, intendedWidth,
float
, 0.4);
10
ATTRIB
(
XonoticTeamSelectDialog
, rows,
float
, 5);
11
ATTRIB
(
XonoticTeamSelectDialog
, columns,
float
, 4);
12
ATTRIB
(
XonoticTeamSelectDialog
,
name
,
string
,
"TeamSelect"
);
13
ATTRIB
(
XonoticTeamSelectDialog
, team1,
entity
);
14
ATTRIB
(
XonoticTeamSelectDialog
, team2,
entity
);
15
ATTRIB
(
XonoticTeamSelectDialog
, team3,
entity
);
16
ATTRIB
(
XonoticTeamSelectDialog
, team4,
entity
);
17
ATTRIB
(
XonoticTeamSelectDialog
, requiresConnection,
float
,
true
);
18
ENDCLASS
(
XonoticTeamSelectDialog
)
color
vector color
Definition:
dpextensions.qc:2415
rootdialog.qh
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
XonoticRootDialog
Definition:
rootdialog.qh:4
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
XonoticTeamSelectDialog
Definition:
dialog_teamselect.qh:4
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
name
string name
Definition:
menu.qh:30
menu
xonotic
dialog_teamselect.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13