Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_firstrun.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
rootdialog.qh
"
4
CLASS
(
XonoticFirstRunDialog
,
XonoticRootDialog
)
5
METHOD
(
XonoticFirstRunDialog
,
fill
,
void
(
entity
));
6
METHOD
(
XonoticFirstRunDialog
,
shouldShow
,
bool
());
7
ATTRIB
(
XonoticFirstRunDialog
,
title
,
string
, _(
"Welcome"
));
8
ATTRIB
(
XonoticFirstRunDialog
,
color
,
vector
, SKINCOLOR_DIALOG_FIRSTRUN);
9
ATTRIB
(
XonoticFirstRunDialog
,
intendedWidth
,
float
, 0.8);
10
ATTRIB
(
XonoticFirstRunDialog
,
rows
,
float
, 16);
11
ATTRIB
(
XonoticFirstRunDialog
,
columns
,
float
, 6);
12
ATTRIB
(
XonoticFirstRunDialog
,
name
,
string
,
"FirstRun"
);
13
ATTRIB
(
XonoticFirstRunDialog
, playerNameLabel,
entity
);
14
ATTRIB
(
XonoticFirstRunDialog
,
playerNameLabelAlpha
,
float
, 0);
15
16
ATTRIB
(
XonoticFirstRunDialog
,
closable
,
bool
,
false
);
17
ENDCLASS
(
XonoticFirstRunDialog
)
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticFirstRunDialog
Definition
dialog_firstrun.qh:4
XonoticFirstRunDialog::color
vector color
Definition
dialog_firstrun.qh:8
XonoticFirstRunDialog::name
string name
Definition
dialog_firstrun.qh:12
XonoticFirstRunDialog::fill
virtual void fill()
XonoticFirstRunDialog::rows
float rows
Definition
dialog_firstrun.qh:10
XonoticFirstRunDialog::columns
float columns
Definition
dialog_firstrun.qh:11
XonoticFirstRunDialog::playerNameLabelAlpha
float playerNameLabelAlpha
Definition
dialog_firstrun.qh:14
XonoticFirstRunDialog::title
string title
Definition
dialog_firstrun.qh:7
XonoticFirstRunDialog::ATTRIB
ATTRIB(XonoticFirstRunDialog, playerNameLabel, entity)
XonoticFirstRunDialog::closable
bool closable
Definition
dialog_firstrun.qh:16
XonoticFirstRunDialog::intendedWidth
float intendedWidth
Definition
dialog_firstrun.qh:9
XonoticFirstRunDialog::shouldShow
virtual void shouldShow()
XonoticRootDialog
Definition
rootdialog.qh:4
false
#define false
Definition
csprogsdefs.qh:6
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
rootdialog.qh
vector
vector
Definition
self.qh:92
menu
xonotic
dialog_firstrun.qh
Generated on
for Xonotic QuakeC by
1.14.0