Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_settings_user_languagewarning.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
dialog.qh
"
4
CLASS
(
XonoticLanguageWarningDialog
,
XonoticDialog
)
5
METHOD
(
XonoticLanguageWarningDialog
,
fill
,
void
(
entity
));
6
ATTRIB
(
XonoticLanguageWarningDialog
,
title
,
string
, _(
"Warning"
));
7
ATTRIB
(
XonoticLanguageWarningDialog
,
color
,
vector
, SKINCOLOR_DIALOG_HUDCONFIRM);
8
ATTRIB
(
XonoticLanguageWarningDialog
,
intendedWidth
,
float
, 0.6);
9
ATTRIB
(
XonoticLanguageWarningDialog
,
rows
,
float
, 4);
10
ATTRIB
(
XonoticLanguageWarningDialog
,
columns
,
float
, 4);
11
ENDCLASS
(
XonoticLanguageWarningDialog
)
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
Dialog::ATTRIB
ATTRIB(Dialog, closeButton, entity)
XonoticDialog
Definition
dialog.qh:4
XonoticLanguageWarningDialog
Definition
dialog_settings_user_languagewarning.qh:4
XonoticLanguageWarningDialog::rows
float rows
Definition
dialog_settings_user_languagewarning.qh:9
XonoticLanguageWarningDialog::columns
float columns
Definition
dialog_settings_user_languagewarning.qh:10
XonoticLanguageWarningDialog::intendedWidth
float intendedWidth
Definition
dialog_settings_user_languagewarning.qh:8
XonoticLanguageWarningDialog::color
vector color
Definition
dialog_settings_user_languagewarning.qh:7
XonoticLanguageWarningDialog::title
string title
Definition
dialog_settings_user_languagewarning.qh:6
XonoticLanguageWarningDialog::fill
virtual void fill()
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
vector
vector
Definition
self.qh:92
dialog.qh
menu
xonotic
dialog_settings_user_languagewarning.qh
Generated on
for Xonotic QuakeC by
1.14.0