Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
dialog_media_demo.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticDemoBrowserTab
,
XonoticTab
)
5
METHOD
(
XonoticDemoBrowserTab
,
fill
,
void
(
entity
));
6
ATTRIB
(
XonoticDemoBrowserTab
,
intendedWidth
,
float
, 0.96);
7
ATTRIB
(
XonoticDemoBrowserTab
,
rows
,
float
, 17);
8
ATTRIB
(
XonoticDemoBrowserTab
,
columns
,
float
, 6.5);
9
ATTRIB
(
XonoticDemoBrowserTab
,
name
,
string
,
"DemoBrowser"
);
10
ATTRIB
(
XonoticDemoBrowserTab
,
democlicktype
,
float
, 0);
11
ENDCLASS
(
XonoticDemoBrowserTab
)
12
entity
makeXonoticDemoBrowserTab
();
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticDemoBrowserTab
Definition
dialog_media_demo.qh:4
XonoticDemoBrowserTab::rows
float rows
Definition
dialog_media_demo.qh:7
XonoticDemoBrowserTab::intendedWidth
float intendedWidth
Definition
dialog_media_demo.qh:6
XonoticDemoBrowserTab::columns
float columns
Definition
dialog_media_demo.qh:8
XonoticDemoBrowserTab::name
string name
Definition
dialog_media_demo.qh:9
XonoticDemoBrowserTab::democlicktype
float democlicktype
Definition
dialog_media_demo.qh:10
XonoticDemoBrowserTab::fill
virtual void fill()
XonoticTab
Definition
tab.qh:4
XonoticTab::ATTRIB
ATTRIB(XonoticTab, backgroundImage, string)
makeXonoticDemoBrowserTab
entity makeXonoticDemoBrowserTab()
Definition
dialog_media_demo.qc:29
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
tab.qh
menu
xonotic
dialog_media_demo.qh
Generated on
for Xonotic QuakeC by
1.14.0