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