Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasSustainPoints(long handle) booleanisClear()booleanisPlaying(long channel) booleanvoidplayFootsteps(String file, float volume) longlonglongplaySoundImpl(String file, IsoObject proxy) longplayVocals(String file) voidregister()voidset(float _x, float _y, float _z) voidsetParameterValue(long soundRef, FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) voidsetParameterValueByName(long var1, String var3, float var4) voidsetPitch(long handle, float pitch) voidsetVolume(long handle, float volume) voidstopAll()voidstopOrTriggerSound(long handle) voidvoidstopOrTriggerSoundLocal(long long0) intstopSound(long channel) intstopSoundByName(String soundName) voidstopSoundLocal(long handle) voidtick()void
-
Field Details
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
DummyCharacterSoundEmitter
-
-
Method Details
-
register
public void register()- Specified by:
registerin classBaseCharacterSoundEmitter
-
unregister
public void unregister()- Specified by:
unregisterin classBaseCharacterSoundEmitter
-
playVocals
- Specified by:
playVocalsin classBaseCharacterSoundEmitter
-
playFootsteps
- Specified by:
playFootstepsin classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tickin classBaseCharacterSoundEmitter
-
set
public void set(float _x, float _y, float _z) - Specified by:
setin classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClearin classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long handle, float pitch) - Specified by:
setPitchin classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long handle, float volume) - Specified by:
setVolumein classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long channel) - Specified by:
stopSoundin classBaseCharacterSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long handle) - Specified by:
stopSoundLocalin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundLocal
public void stopOrTriggerSoundLocal(long long0) - Specified by:
stopOrTriggerSoundLocalin classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long handle) - Specified by:
stopOrTriggerSoundin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByNamein classBaseCharacterSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseCharacterSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByNamein classBaseCharacterSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStartin classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long channel) - Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
isPlaying
- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long soundRef, FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) - Specified by:
setParameterValuein classBaseCharacterSoundEmitter
-
setParameterValueByName
- Specified by:
setParameterValueByNamein classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long handle)
-