icculus quake2 doxygen  1.0 dev
sfx_s Struct Reference

#include <snd_loc.h>

Public Attributes

char name [MAX_QPATH]
 
int registration_sequence
 
sfxcache_tcache
 
char * truename
 

Detailed Description

Definition at line 39 of file snd_loc.h.

Member Data Documentation

◆ cache

sfxcache_t* sfx_s::cache

◆ name

char sfx_s::name[MAX_QPATH]

◆ registration_sequence

int sfx_s::registration_sequence

Definition at line 42 of file snd_loc.h.

Referenced by S_AliasName(), S_EndRegistration(), S_FindName(), S_RegisterSound(), and S_SoundList().

◆ truename

char* sfx_s::truename

Definition at line 44 of file snd_loc.h.

Referenced by S_AliasName(), and S_LoadSound().