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