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

Go to the source code of this file.

Variables

const int SPEAKER_ACTIVATOR = BIT(3)
 
const int SPEAKER_GLOBAL = BIT(2)
 
const int SPEAKER_LOOPED_OFF = BIT(1)
 
const int SPEAKER_LOOPED_ON = BIT(0)
 

Variable Documentation

◆ SPEAKER_ACTIVATOR

const int SPEAKER_ACTIVATOR = BIT(3)

Definition at line 7 of file speaker.qh.

◆ SPEAKER_GLOBAL

const int SPEAKER_GLOBAL = BIT(2)

Definition at line 6 of file speaker.qh.

◆ SPEAKER_LOOPED_OFF

const int SPEAKER_LOOPED_OFF = BIT(1)

Definition at line 5 of file speaker.qh.

◆ SPEAKER_LOOPED_ON

const int SPEAKER_LOOPED_ON = BIT(0)

Definition at line 4 of file speaker.qh.