Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
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