Uses of Class
zombie.audio.GameSoundClip
Packages that use GameSoundClip
Package
Description
-
Uses of GameSoundClip in fmod.fmod
Methods in fmod.fmod with parameters of type GameSoundClipModifier and TypeMethodDescriptionlongFMODSoundEmitter.playClip(GameSoundClip arg0, IsoObject arg1) voidIFMODParameterUpdater.startEvent(long arg0, GameSoundClip arg1, BitSet arg2) voidIFMODParameterUpdater.stopEvent(long arg0, GameSoundClip arg1, BitSet arg2) voidIFMODParameterUpdater.updateEvent(long arg0, GameSoundClip arg1) -
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, BitSet parameterSet) voidSoundManager.stopEvent(long eventInstance, GameSoundClip clip, 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, BitSet parameterSet) voidIsoGameCharacter.stopEvent(long eventInstance, GameSoundClip clip, 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 long0, GameSoundClip gameSoundClip, BitSet bitSet) voidDeviceData.stopEvent(long long0, GameSoundClip gameSoundClip, BitSet bitSet) voidDeviceData.updateEvent(long var1, GameSoundClip var3) -
Uses of GameSoundClip in zombie.vehicles
Methods in zombie.vehicles with parameters of type GameSoundClipModifier and TypeMethodDescriptionvoidBaseVehicle.startEvent(long eventInstance, GameSoundClip clip, BitSet parameterSet) voidBaseVehicle.stopEvent(long eventInstance, GameSoundClip clip, BitSet parameterSet) voidBaseVehicle.updateEvent(long eventInstance, GameSoundClip clip)