Uses of Class
zombie.audio.GameSoundClip
Packages that use GameSoundClip
Package
Description
-
Uses of GameSoundClip in zombie
Fields in zombie declared as GameSoundClipMethods in zombie with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidSoundManager.startEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidSoundManager.stopEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidSoundManager.updateEvent(long eventInstance, GameSoundClip clip) -
Uses of GameSoundClip in zombie.audio
Fields in zombie.audio with type parameters of type GameSoundClipMethods in zombie.audio that return GameSoundClipMethods in zombie.audio with parameters of type GameSoundClipModifier and TypeMethodDescriptionabstract longBaseSoundEmitter.playClip(GameSoundClip clip, IsoObject parent) longDummySoundEmitter.playClip(GameSoundClip clip, IsoObject parent) -
Uses of GameSoundClip in zombie.characters
Methods in zombie.characters with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidIsoGameCharacter.startEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidIsoGameCharacter.stopEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidIsoGameCharacter.updateEvent(long eventInstance, GameSoundClip clip) -
Uses of GameSoundClip in zombie.radio.devices
Methods in zombie.radio.devices with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidDeviceData.startEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidDeviceData.stopEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidDeviceData.updateEvent(long eventInstance, GameSoundClip clip) -
Uses of GameSoundClip in zombie.vehicles
Methods in zombie.vehicles with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidBaseVehicle.startEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidBaseVehicle.stopEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidBaseVehicle.updateEvent(long eventInstance, GameSoundClip clip) -
Uses of GameSoundClip in zombie.vehicleSound
Methods in zombie.vehicleSound with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidVehicleSounds.startEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidVehicleSounds.stopEvent(long eventInstance, GameSoundClip clip, boolean remote, BitSet parameterSet) voidVehicleSounds.updateEvent(long eventInstance, GameSoundClip clip)