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