Interface ICommonSoundEmitter

All Known Implementing Classes:
CharacterSoundEmitter

public interface ICommonSoundEmitter
TurboTuTone.
  • Method Details

    • setPos

      void setPos(float x, float y, float z)
    • playSound

      long playSound(String file)
    • playSound

      @Deprecated long playSound(String file, boolean doWorldSound)
      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)
    • stopOrTriggerSoundByName

      void stopOrTriggerSoundByName(String name)
    • isPlaying

      boolean isPlaying(long channel)
    • isPlaying

      boolean isPlaying(String alias)