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
keys.qh
Go to the documentation of this file.
1
#pragma once
2
6
#define ITEM_KEY_BIT(n) ( bitshift(1, n) )
7
8
#define ITEM_KEY_MAX 24
9
13
#ifdef SVQC
14
string
item_keys_names[
ITEM_KEY_MAX
];
15
20
float
item_keys_usekey(
entity
l,
entity
p);
21
25
string
item_keys_keylist(
float
keylist);
26
#endif
entity
entity() spawn
ITEM_KEY_MAX
#define ITEM_KEY_MAX
Definition:
keys.qh:8
common
mapobjects
misc
keys.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13