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() spawn
#define ITEM_KEY_MAX
Definition: keys.qh:8