#include <snd_loc.h>
Public Attributes | |
sfx_t * | sfx |
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 |
qboolean channel_t::autosound |
Definition at line 89 of file snd_loc.h.
Referenced by S_AddLoopSounds(), S_PaintChannels(), and S_Update().
vec_t channel_t::dist_mult |
Definition at line 86 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_Spatialize().
int channel_t::end |
Definition at line 80 of file snd_loc.h.
Referenced by S_AddLoopSounds(), S_IssuePlaysound(), S_PaintChannels(), and S_PickChannel().
int channel_t::entchannel |
Definition at line 84 of file snd_loc.h.
Referenced by S_IssuePlaysound().
int channel_t::entnum |
Definition at line 83 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_Spatialize().
qboolean channel_t::fixed_origin |
Definition at line 88 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_Spatialize().
int channel_t::leftvol |
Definition at line 78 of file snd_loc.h.
Referenced by S_AddLoopSounds(), S_PaintChannelFrom16(), S_PaintChannelFrom8(), S_PaintChannels(), S_Spatialize(), and S_Update().
int channel_t::master_vol |
Definition at line 87 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_Spatialize().
vec3_t channel_t::origin |
Definition at line 85 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_Spatialize().
int channel_t::pos |
Definition at line 81 of file snd_loc.h.
Referenced by S_AddLoopSounds(), S_IssuePlaysound(), S_PaintChannelFrom16(), S_PaintChannelFrom8(), and S_PaintChannels().
int channel_t::rightvol |
Definition at line 79 of file snd_loc.h.
Referenced by S_AddLoopSounds(), S_PaintChannelFrom16(), S_PaintChannelFrom8(), S_PaintChannels(), S_Spatialize(), and S_Update().
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().