Interface ICommonSoundEmitter
- All Known Implementing Classes:
CharacterSoundEmitter
public interface ICommonSoundEmitter
TurboTuTone.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasSustainPoints(long handle) booleanisEmpty()booleanisPlaying(long channel) booleanlonglongDeprecated.voidsetPitch(long handle, float pitch) voidsetPos(float x, float y, float z) voidsetVolume(long handle, float volume) voidstopOrTriggerSound(long handle) voidvoidstopOrTriggerSoundLocal(long var1) intstopSound(long channel) voidtick()voidtriggerCue(long handle)
-
Method Details
-
setPos
void setPos(float x, float y, float z) -
playSound
-
playSound
Deprecated. -
tick
void tick() -
isEmpty
boolean isEmpty() -
setPitch
void setPitch(long handle, float pitch) -
setVolume
void setVolume(long handle, float volume) -
hasSustainPoints
boolean hasSustainPoints(long handle) -
triggerCue
void triggerCue(long handle) -
stopSound
int stopSound(long channel) -
stopOrTriggerSound
void stopOrTriggerSound(long handle) -
stopOrTriggerSoundLocal
void stopOrTriggerSoundLocal(long var1) -
stopOrTriggerSoundByName
-
isPlaying
boolean isPlaying(long channel) -
isPlaying
-