Methods in zombie with parameters of type ISoundSystem.SoundFormat |
void |
ISoundSystem.cacheSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName)
|
void |
ISoundSystem.cacheSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
int nVariants)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
boolean bStreaming,
boolean bLooped,
float fVolume)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
boolean bStreaming,
boolean bLooped,
float fVolume,
float fPanning)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
boolean bStreaming,
boolean bLooped,
float fVolume,
float fPanning,
float fPitch)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
int nVariants,
boolean bStreaming,
boolean bLooped,
float fVolume)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
int nVariants,
boolean bStreaming,
boolean bLooped,
float fVolume,
float fPanning)
|
ISoundSystem.ISoundInstance |
ISoundSystem.playSound(ISoundSystem.SoundFormat format,
java.lang.String path,
java.lang.String rootName,
int nVariants,
boolean bStreaming,
boolean bLooped,
float fVolume,
float fPanning,
float fPitch)
|