Xonotic
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