[NodeMod Core]
/ .. / SoundChannel
Variable: SoundChannel
constSoundChannel:object
Defined in: src/core/sound.ts:45
Audio channel constants for categorizing sounds.
Type Declaration
auto
auto:
number=0
Automatically select appropriate channel
weapon
weapon:
number=1
Weapon sounds
voice
voice:
number=2
Voice communications
item
item:
number=3
Item interaction sounds
body
body:
number=4
Body/movement sounds
stream
stream:
number=5
Streaming audio
static
static:
number=6
Static/ambient sounds
networkVoiceBase
networkVoiceBase:
number=7
Network voice communication base
networkVoiceEnd
networkVoiceEnd:
number=500
Network voice communication end