5 * Returns the bit ID of a key
7 #define ITEM_KEY_BIT(n) ( bitshift(1, n) )
9 #define ITEM_KEY_MAX 24
14 string item_keys_names[ITEM_KEY_MAX];
17 * Use keys from p on l.
18 * Returns true if any new keys were given, false otherwise.
20 float item_keys_usekey(entity l, entity p);
23 * Returns a string with a comma separated list of key names, as specified in keylist.
25 string item_keys_keylist(float keylist);