vkQuake2 doxygen  1.0 dev
channel_t Struct Reference

#include <snd_loc.h>

Public Attributes

sfx_tsfx
 
int leftvol
 
int rightvol
 
int end
 
int pos
 
int looping
 
int entnum
 
int entchannel
 
vec3_t origin
 
vec_t dist_mult
 
int master_vol
 
qboolean fixed_origin
 
qboolean autosound
 

Detailed Description

Definition at line 75 of file snd_loc.h.

Member Data Documentation

◆ autosound

qboolean channel_t::autosound

Definition at line 89 of file snd_loc.h.

Referenced by S_AddLoopSounds(), S_PaintChannels(), and S_Update().

◆ dist_mult

vec_t channel_t::dist_mult

Definition at line 86 of file snd_loc.h.

Referenced by S_IssuePlaysound(), and S_Spatialize().

◆ end

int channel_t::end

Definition at line 80 of file snd_loc.h.

Referenced by S_AddLoopSounds(), S_IssuePlaysound(), S_PaintChannels(), and S_PickChannel().

◆ entchannel

int channel_t::entchannel

Definition at line 84 of file snd_loc.h.

Referenced by S_IssuePlaysound().

◆ entnum

int channel_t::entnum

Definition at line 83 of file snd_loc.h.

Referenced by S_IssuePlaysound(), and S_Spatialize().

◆ fixed_origin

qboolean channel_t::fixed_origin

Definition at line 88 of file snd_loc.h.

Referenced by S_IssuePlaysound(), and S_Spatialize().

◆ leftvol

int channel_t::leftvol

◆ looping

int channel_t::looping

Definition at line 82 of file snd_loc.h.

◆ master_vol

int channel_t::master_vol

Definition at line 87 of file snd_loc.h.

Referenced by S_IssuePlaysound(), and S_Spatialize().

◆ origin

vec3_t channel_t::origin

Definition at line 85 of file snd_loc.h.

Referenced by S_IssuePlaysound(), and S_Spatialize().

◆ pos

int channel_t::pos

◆ rightvol

int channel_t::rightvol

◆ sfx

sfx_t* channel_t::sfx

Definition at line 77 of file snd_loc.h.

Referenced by S_AddLoopSounds(), S_IssuePlaysound(), S_PaintChannels(), S_PickChannel(), and S_Update().