|
UFO: Alien Invasion
|
#include <s_local.h>

Data Fields | |
| vec3_t | org |
| s_sample_t * | sample |
| float | atten |
| int | count |
| float s_channel_t::atten |
Definition at line 53 of file s_local.h.
Referenced by S_LoopSample(), S_PlaySample(), and S_SpatializeChannel().
| int s_channel_t::count |
Definition at line 54 of file s_local.h.
Referenced by S_Frame(), and S_LoopSample().
| vec3_t s_channel_t::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_t::sample |
Definition at line 52 of file s_local.h.
Referenced by S_Frame(), S_LoopSample(), and S_PlaySample().