Quake II RTX doxygen  1.0 dev
sfx_s Struct Reference

#include <sound.h>

Public Attributes

char name [MAX_QPATH]
 
int registration_sequence
 
sfxcache_tcache
 
char * truename
 
qerror_t error
 

Detailed Description

Definition at line 44 of file sound.h.

Member Data Documentation

◆ cache

◆ error

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().

◆ name

◆ registration_sequence

int sfx_s::registration_sequence

Definition at line 46 of file sound.h.

Referenced by S_EndRegistration(), S_FindName(), and S_RegisterSexedSounds().

◆ truename

char* sfx_s::truename

Definition at line 48 of file sound.h.

Referenced by S_FreeSound(), S_LoadSound(), and S_RegisterSexedSound().