2 * Returns the bit ID of a key
4 #define ITEM_KEY_BIT(n) ( bitshift(1, n) )
6 #define ITEM_KEY_MAX 24
11 string item_keys_names[ITEM_KEY_MAX];
14 * Use keys from p on l.
15 * Returns TRUE if any new keys were given, FALSE otherwise.
17 float item_keys_usekey(entity l, entity p);
20 * Returns a string with a comma separated list of key names, as specified in keylist.
22 string item_keys_keylist(float keylist);