#include <snd_loc.h>
Public Attributes | |
struct playsound_s * | prev |
struct playsound_s * | next |
sfx_t * | sfx |
float | volume |
float | attenuation |
int | entnum |
int | entchannel |
qboolean | fixed_origin |
vec3_t | origin |
unsigned | begin |
float playsound_s::attenuation |
Definition at line 55 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().
unsigned playsound_s::begin |
Definition at line 60 of file snd_loc.h.
Referenced by S_IssuePlaysound(), S_PaintChannels(), and S_StartSound().
int playsound_s::entchannel |
Definition at line 57 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().
int playsound_s::entnum |
Definition at line 56 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().
qboolean playsound_s::fixed_origin |
Definition at line 58 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().
struct playsound_s * playsound_s::next |
Definition at line 52 of file snd_loc.h.
Referenced by S_AllocPlaysound(), S_FreePlaysound(), S_PaintChannels(), S_StartSound(), and S_StopAllSounds().
vec3_t playsound_s::origin |
Definition at line 59 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().
struct playsound_s* playsound_s::prev |
Definition at line 52 of file snd_loc.h.
Referenced by S_AllocPlaysound(), S_FreePlaysound(), S_StartSound(), and S_StopAllSounds().
sfx_t* playsound_s::sfx |
Definition at line 53 of file snd_loc.h.
Referenced by ResampleSfx(), S_IssuePlaysound(), S_PaintChannelFrom16(), S_PaintChannelFrom8(), and S_StartSound().
float playsound_s::volume |
Definition at line 54 of file snd_loc.h.
Referenced by S_IssuePlaysound(), and S_StartSound().