Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_hudpanel_score.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
rootdialog.qh
"
4
CLASS
(
XonoticHUDScoreDialog
,
XonoticRootDialog
)
5
METHOD
(
XonoticHUDScoreDialog
,
fill
,
void
(
entity
));
6
ATTRIB
(
XonoticHUDScoreDialog
,
title
,
string
, _(
"Score Panel"
));
7
ATTRIB
(
XonoticHUDScoreDialog
,
color
,
vector
, SKINCOLOR_DIALOG_TEAMSELECT);
8
ATTRIB
(
XonoticHUDScoreDialog
,
intendedWidth
,
float
, 0.4);
9
ATTRIB
(
XonoticHUDScoreDialog
,
rows
,
float
, 15.5);
10
ATTRIB
(
XonoticHUDScoreDialog
,
columns
,
float
, 4);
11
ATTRIB
(
XonoticHUDScoreDialog
,
name
,
string
,
"HUDscore"
);
12
ATTRIB
(
XonoticHUDScoreDialog
,
requiresConnection
,
bool
,
true
);
13
ENDCLASS
(
XonoticHUDScoreDialog
)
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
Dialog::ATTRIB
ATTRIB(Dialog, closeButton, entity)
XonoticHUDScoreDialog
Definition
dialog_hudpanel_score.qh:4
XonoticHUDScoreDialog::rows
float rows
Definition
dialog_hudpanel_score.qh:9
XonoticHUDScoreDialog::title
string title
Definition
dialog_hudpanel_score.qh:6
XonoticHUDScoreDialog::color
vector color
Definition
dialog_hudpanel_score.qh:7
XonoticHUDScoreDialog::intendedWidth
float intendedWidth
Definition
dialog_hudpanel_score.qh:8
XonoticHUDScoreDialog::fill
virtual void fill()
XonoticHUDScoreDialog::name
string name
Definition
dialog_hudpanel_score.qh:11
XonoticHUDScoreDialog::columns
float columns
Definition
dialog_hudpanel_score.qh:10
XonoticHUDScoreDialog::requiresConnection
bool requiresConnection
Definition
dialog_hudpanel_score.qh:12
XonoticRootDialog
Definition
rootdialog.qh:4
true
#define true
Definition
csprogsdefs.qh:5
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_hudpanel_score.qh
Generated on
for Xonotic QuakeC by
1.14.0