Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
-
Field Summary
FieldsFields inherited from class zombie.characters.BaseCharacterSoundEmitter
character
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
hasSustainPoints
(long handle) boolean
isClear()
boolean
isPlaying
(long channel) boolean
void
playFootsteps
(String file, float volume) long
long
long
playSoundImpl
(String file, IsoObject proxy) long
playVocals
(String file) void
register()
void
set
(float _x, float _y, float _z) void
setParameterValue
(long var1, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION var3, float var4) void
setParameterValueByName
(long var1, String var3, float var4) void
setPitch
(long handle, float pitch) void
setVolume
(long handle, float volume) void
stopAll()
void
stopOrTriggerSound
(long handle) void
void
stopOrTriggerSoundLocal
(long long0) int
stopSound
(long channel) int
stopSoundByName
(String soundName) void
stopSoundLocal
(long handle) void
tick()
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:
register
in classBaseCharacterSoundEmitter
-
unregister
public void unregister()- Specified by:
unregister
in classBaseCharacterSoundEmitter
-
playVocals
- Specified by:
playVocals
in classBaseCharacterSoundEmitter
-
playFootsteps
- Specified by:
playFootsteps
in classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tick
in classBaseCharacterSoundEmitter
-
set
public void set(float _x, float _y, float _z) - Specified by:
set
in classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClear
in classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long handle, float pitch) - Specified by:
setPitch
in classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long handle, float volume) - Specified by:
setVolume
in classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long channel) - Specified by:
stopSound
in classBaseCharacterSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long handle) - Specified by:
stopSoundLocal
in classBaseCharacterSoundEmitter
-
stopOrTriggerSoundLocal
public void stopOrTriggerSoundLocal(long long0) - Specified by:
stopOrTriggerSoundLocal
in classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long handle) - Specified by:
stopOrTriggerSound
in classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByName
in classBaseCharacterSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAll
in classBaseCharacterSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByName
in classBaseCharacterSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStart
in classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long channel) - Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-
isPlaying
- Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long var1, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION var3, float var4) - Specified by:
setParameterValue
in classBaseCharacterSoundEmitter
-
setParameterValueByName
- Specified by:
setParameterValueByName
in classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long handle)
-