Package zombie
Interface ISoundSystem
public interface ISoundSystem
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static interface
static enum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2) void
cacheSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1) void
int
countInstances
(String string) void
fadeOutAll
(float float1) void
init()
playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1) playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1, float float2) playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1, float float2, float float3) playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1) playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2) playSound
(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2, float float3) void
purge()
void
setInstanceLimit
(String string, int int1, ISoundSystem.InstanceFailAction instanceFailAction) void
update()
-
Method Details
-
init
void init() -
update
void update() -
purge
void purge() -
fadeOutAll
void fadeOutAll(float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, int int1, boolean boolean1, boolean boolean2, float float1, float float2, float float3) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1, float float2) -
playSound
ISoundSystem.ISoundInstance playSound(ISoundSystem.SoundFormat soundFormat, String string, String string2, boolean boolean1, boolean boolean2, float float1, float float2, float float3) -
cacheSound
-
cacheSound
-
clearSoundCache
void clearSoundCache() -
countInstances
-
setInstanceLimit
-