| AssignSfx(int source, int buffer) | CAudioManager | |
| cache | CAudioManager | |
| CAudioManager(void) | CAudioManager | |
| CreateSfx(PFS *pfs, const char *wavfile) | CAudioManager | |
| CreateSource(void) | CAudioManager | |
| GetFirstSoundEffectByUserData(int user1, int user2) | CAudioManager | [private] |
| GetNextSoundEffectByUserData(int user1, int user2) | CAudioManager | [private] |
| GetSoundEffect(int name) | CAudioManager | [private] |
| Init(void) | CAudioManager | |
| IsValidSfx(int name) | CAudioManager | |
| iterUserData | CAudioManager | [private] |
| listenerPos | CAudioManager | |
| PlaySfx(int source, PFS *pfs, const char *wavfile) | CAudioManager | |
| PlaySfx(int source, int name) | CAudioManager | |
| PlaySfxDelay(int source, PFS *pfs, const char *wavfile, float delay, float *length) | CAudioManager | |
| PlaySfxDelay(int source, int name, float delay, float *length) | CAudioManager | |
| SetListenerPosition(SPosition *p) | CAudioManager | |
| SetSfxDirection(int name, SVector *v) | CAudioManager | |
| SetSfxFrequency(int name, float freqScalar) | CAudioManager | |
| SetSfxPosition(int name, SPosition *p) | CAudioManager | |
| SetSfxPosition(int name, SVector *v) | CAudioManager | |
| SetSfxUserData(int name, int user1, int user2) | CAudioManager | |
| SetSfxVelocity(int name, SVector *v) | CAudioManager | |
| SetSfxVolume(int name, float volume) | CAudioManager | |
| SetSourceDirection(int name, SVector *v) | CAudioManager | |
| SetSourceFrequency(int name, float freqScalar) | CAudioManager | |
| SetSourcePosition(int name, SPosition *p) | CAudioManager | |
| SetSourcePosition(int name, SVector *v) | CAudioManager | |
| SetSourceVelocity(int name, SVector *v) | CAudioManager | |
| StopSfx(int name) | CAudioManager | |
| StopSfxByUserData(int user1, int user2) | CAudioManager | |
| ~CAudioManager(void) | CAudioManager | |