UFO: Alien Invasion
|
#include <s_local.h>
Data Fields | |
vec3_t | org |
s_sample_t * | sample |
float | atten |
int | count |
float s_channel_s::atten |
Definition at line 53 of file s_local.h.
Referenced by S_LoopSample(), S_PlaySample(), and S_SpatializeChannel().
int s_channel_s::count |
Definition at line 54 of file s_local.h.
Referenced by S_Frame(), and S_LoopSample().
vec3_t s_channel_s::org |
for temporary entities and other positioned sounds
Definition at line 51 of file s_local.h.
Referenced by S_LoopSample(), S_PlaySample(), and S_SpatializeChannel().
s_sample_t* s_channel_s::sample |
Definition at line 52 of file s_local.h.
Referenced by S_AllocChannel(), S_Frame(), S_LoopSample(), and S_PlaySample().