Xonotic
crosshairpreview.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item.qh"
4
CLASS
(
XonoticCrosshairPreview
,
MenuItem
)
5
METHOD
(
XonoticCrosshairPreview
, configureXonoticCrosshairPreview,
void
(
entity
));
6
METHOD
(
XonoticCrosshairPreview
, draw,
void
(
entity
));
7
ATTRIB
(
XonoticCrosshairPreview
, src,
string
);
8
ATTRIB
(
XonoticCrosshairPreview
, src2,
string
);
9
ATTRIB
(
XonoticCrosshairPreview
,
disabled
,
float
, 0);
10
ATTRIB
(
XonoticCrosshairPreview
, disabledAlpha,
float
, SKINALPHA_DISABLED);
11
ENDCLASS
(
XonoticCrosshairPreview
)
12
entity
makeXonoticCrosshairPreview
();
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticCrosshairPreview
Definition:
crosshairpreview.qh:4
entity
entity() spawn
disabled
bool disabled
Definition:
colorpicker_string.qc:3
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
MenuItem
Definition:
item.qh:8
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
makeXonoticCrosshairPreview
entity makeXonoticCrosshairPreview()
Definition:
crosshairpreview.qc:3
menu
xonotic
crosshairpreview.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13