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
charmap.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
picker.qh
"
4
CLASS
(
XonoticCharmap
,
XonoticPicker
)
5
METHOD
(
XonoticCharmap
, configureXonoticCharmap,
void
(
entity
,
entity
));
6
METHOD
(
XonoticCharmap
, focusLeave,
void
(
entity
));
7
METHOD
(
XonoticCharmap
, resizeNotify,
void
(
entity
,
vector
,
vector
,
vector
,
vector
));
8
METHOD
(
XonoticCharmap
, keyDown,
float
(
entity
,
float
,
float
,
float
));
9
ATTRIB
(
XonoticCharmap
, inputBox,
entity
);
10
ATTRIB
(
XonoticCharmap
, realFontSize,
vector
,
'0 0 0'
);
11
12
ATTRIB
(
XonoticCharmap
, rows,
float
, 10);
13
ATTRIB
(
XonoticCharmap
, columns,
float
, 14);
14
15
METHOD
(
XonoticCharmap
, cellSelect,
void
(
entity
,
vector
));
16
METHOD
(
XonoticCharmap
, cellIsValid,
bool
(
entity
,
vector
));
17
METHOD
(
XonoticCharmap
, cellDraw,
void
(
entity
,
vector
,
vector
));
18
ATTRIB
(
XonoticCharmap
, charOffset,
vector
,
'0 0 0'
);
19
ENDCLASS
(
XonoticCharmap
)
20
entity
makeXonoticCharmap
(
entity
controlledInputBox);
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
makeXonoticCharmap
entity makeXonoticCharmap(entity controlledInputBox)
Definition:
charmap.qc:32
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticCharmap
Definition:
charmap.qh:4
XonoticPicker
Definition:
picker.qh:4
picker.qh
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
menu
xonotic
charmap.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13