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