doom3-gpl
Doom 3 GPL source release
|
#include <snd_local.h>
Public Member Functions | |
idSoundCache () | |
~idSoundCache () | |
idSoundSample * | FindSound (const idStr &fname, bool loadOnDemandOnly) |
const int | GetNumObjects (void) |
const idSoundSample * | GetObject (const int index) const |
void | ReloadSounds (bool force) |
void | BeginLevelLoad () |
void | EndLevelLoad () |
void | PrintMemInfo (MemInfo_t *mi) |
Private Attributes | |
bool | insideLevelLoad |
idList< idSoundSample * > | listCache |
Definition at line 902 of file snd_local.h.
idSoundCache::idSoundCache | ( | ) |
Definition at line 47 of file snd_cache.cpp.
idSoundCache::~idSoundCache | ( | ) |
Definition at line 60 of file snd_cache.cpp.
Definition at line 158 of file snd_cache.cpp.
Definition at line 184 of file snd_cache.cpp.
idSoundSample * idSoundCache::FindSound | ( | const idStr & | fname, |
bool | loadOnDemandOnly | ||
) |
Definition at line 86 of file snd_cache.cpp.
Definition at line 909 of file snd_local.h.
const idSoundSample * idSoundCache::GetObject | ( | const int | index | ) | const |
Definition at line 72 of file snd_cache.cpp.
Definition at line 222 of file snd_cache.cpp.
Definition at line 137 of file snd_cache.cpp.
|
private |
Definition at line 920 of file snd_local.h.
|
private |
Definition at line 921 of file snd_local.h.