#include <sound.h>
Public Attributes | |
char | name [MAX_QPATH] |
int | registration_sequence |
sfxcache_t * | cache |
char * | truename |
qerror_t | error |
sfxcache_t* sfx_s::cache |
Definition at line 47 of file sound.h.
Referenced by AL_AddLoopSounds(), AL_DeleteSfx(), AL_PlayChannel(), AL_UploadSfx(), S_EndRegistration(), S_FreeSound(), S_LoadSound(), and S_SoundList_f().
qerror_t sfx_s::error |
Definition at line 49 of file sound.h.
Referenced by AL_UploadSfx(), S_LoadSound(), S_RegisterSexedSound(), and S_SoundList_f().
char sfx_s::name[MAX_QPATH] |
Definition at line 45 of file sound.h.
Referenced by AL_PlayChannel(), AL_StopChannel(), AL_Update(), S_AllocSfx(), S_EndRegistration(), S_FindName(), S_FreeAllSounds(), S_IssuePlaysound(), S_LoadSound(), S_RegisterSexedSounds(), S_SoundList_f(), S_StartSound(), and S_Update().
int sfx_s::registration_sequence |
Definition at line 46 of file sound.h.
Referenced by S_EndRegistration(), S_FindName(), and S_RegisterSexedSounds().
char* sfx_s::truename |
Definition at line 48 of file sound.h.
Referenced by S_FreeSound(), S_LoadSound(), and S_RegisterSexedSound().