Uses of Interface
zombie.ISoundSystem.ISoundInstance

Packages that use ISoundSystem.ISoundInstance
zombie   
 

Uses of ISoundSystem.ISoundInstance in zombie
 

Methods in zombie that return ISoundSystem.ISoundInstance
 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)