Quake II RTX doxygen  1.0 dev
snd_params_t Struct Reference

#include <client.h>

Public Attributes

int flags
 
int index
 
int entity
 
int channel
 
vec3_t pos
 
float volume
 
float attenuation
 
float timeofs
 

Detailed Description

Definition at line 678 of file client.h.

Member Data Documentation

◆ attenuation

float snd_params_t::attenuation

Definition at line 685 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ channel

int snd_params_t::channel

Definition at line 682 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ entity

int snd_params_t::entity

Definition at line 681 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ flags

int snd_params_t::flags

Definition at line 679 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ index

int snd_params_t::index

Definition at line 680 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ pos

vec3_t snd_params_t::pos

Definition at line 683 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ timeofs

float snd_params_t::timeofs

Definition at line 686 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().

◆ volume

float snd_params_t::volume

Definition at line 684 of file client.h.

Referenced by CL_ParseStartSoundPacket(), and S_ParseStartSound().