Xonotic
keys.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ITEM_KEY_BIT(n)   ( bitshift(1, n) )
 Returns the bit ID of a key. More...
 
#define ITEM_KEY_MAX   24
 

Macro Definition Documentation

◆ ITEM_KEY_BIT

#define ITEM_KEY_BIT (   n)    ( bitshift(1, n) )

Returns the bit ID of a key.

Definition at line 6 of file keys.qh.

Referenced by door_reset().

◆ ITEM_KEY_MAX

#define ITEM_KEY_MAX   24

Definition at line 8 of file keys.qh.