#include <client.h>
Public Attributes | |
int | flags |
int | index |
int | entity |
int | channel |
vec3_t | pos |
float | volume |
float | attenuation |
float | timeofs |
float snd_params_t::attenuation |
Definition at line 685 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
int snd_params_t::channel |
Definition at line 682 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
int snd_params_t::entity |
Definition at line 681 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
int snd_params_t::flags |
Definition at line 679 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
int snd_params_t::index |
Definition at line 680 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
vec3_t snd_params_t::pos |
Definition at line 683 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
float snd_params_t::timeofs |
Definition at line 686 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().
float snd_params_t::volume |
Definition at line 684 of file client.h.
Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().