Class GameSoundScript

java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.GameSoundScript

public final class GameSoundScript
extends BaseScriptObject
  • Field Summary

    Fields
    Modifier and Type Field Description
    GameSound gameSound  

    Fields inherited from class zombie.scripting.objects.BaseScriptObject

    module
  • Constructor Summary

    Constructors
    Constructor Description
    GameSoundScript()  
  • Method Summary

    Modifier and Type Method Description
    void Load​(java.lang.String string, java.lang.String string2)  
    void reset()  

    Methods inherited from class zombie.scripting.objects.BaseScriptObject

    getModule, Load

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gameSound

      public final GameSound gameSound
  • Constructor Details

    • GameSoundScript

      public GameSoundScript()
  • Method Details

    • Load

      public void Load​(java.lang.String string, java.lang.String string2)
    • reset

      public void reset()