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
screenshotimage.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
image.qh
"
4
CLASS
(
XonoticScreenshotImage
,
XonoticImage
)
5
METHOD
(
XonoticScreenshotImage
, configureXonoticScreenshotImage,
void
(
entity
));
6
METHOD
(
XonoticScreenshotImage
, load,
void
(
entity
,
string
));
7
METHOD
(
XonoticScreenshotImage
, draw,
void
(
entity
));
8
ATTRIB
(
XonoticScreenshotImage
, focusable,
float
, 1);
// mousePress and mouseDrag work only if focusable is set
9
METHOD
(
XonoticScreenshotImage
, mousePress,
bool
(
XonoticScreenshotImage
this
,
vector
pos));
10
METHOD
(
XonoticScreenshotImage
, mouseDrag,
float
(
entity
,
vector
));
11
METHOD
(
XonoticScreenshotImage
, mouseMove,
float
(
entity
,
vector
));
12
METHOD
(
XonoticScreenshotImage
, resizeNotify,
void
(
entity
,
vector
,
vector
,
vector
,
vector
));
13
ATTRIB
(
XonoticScreenshotImage
, realFontSize,
vector
,
'0 0 0'
);
14
ATTRIB
(
XonoticScreenshotImage
, fontSize,
float
, SKINFONTSIZE_NORMAL);
15
ATTRIB
(
XonoticScreenshotImage
, showTitle,
float
, 1);
16
ATTRIB
(
XonoticScreenshotImage
, screenshotTime,
float
, 0);
17
ATTRIB
(
XonoticScreenshotImage
, screenshotTitle,
string
);
18
ENDCLASS
(
XonoticScreenshotImage
)
19
entity
makeXonoticScreenshotImage
();
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticScreenshotImage
Definition:
screenshotimage.qh:4
image.qh
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
XonoticImage
Definition:
image.qh:4
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
makeXonoticScreenshotImage
entity makeXonoticScreenshotImage()
Definition:
screenshotimage.qc:3
menu
xonotic
screenshotimage.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13