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