Xonotic
dialog_multiplayer.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
XonoticMultiplayerDialog
,
XonoticDialog
)
5
METHOD
(
XonoticMultiplayerDialog
, fill,
void
(
entity
));
6
ATTRIB
(
XonoticMultiplayerDialog
, title,
string
, _(
"Multiplayer"
));
7
ATTRIB
(
XonoticMultiplayerDialog
, tooltip,
string
, _(
"Play online, against your friends in LAN, view demos or change player settings"
));
8
ATTRIB
(
XonoticMultiplayerDialog
,
color
,
vector
, SKINCOLOR_DIALOG_MULTIPLAYER);
9
ATTRIB
(
XonoticMultiplayerDialog
, intendedWidth,
float
, 0.96);
10
ATTRIB
(
XonoticMultiplayerDialog
, rows,
float
, 24);
11
ATTRIB
(
XonoticMultiplayerDialog
, columns,
float
, 4);
12
ENDCLASS
(
XonoticMultiplayerDialog
)
color
vector color
Definition:
dpextensions.qc:2415
XonoticMultiplayerDialog
Definition:
dialog_multiplayer.qh:4
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
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticDialog
Definition:
dialog.qh:4
dialog.qh
menu
xonotic
dialog_multiplayer.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13