Class LExecutor.PlaySoundI

java.lang.Object
mindustry.logic.LExecutor.PlaySoundI
All Implemented Interfaces:
LExecutor.LInstruction
Enclosing class:
LExecutor

public static class LExecutor.PlaySoundI extends Object implements LExecutor.LInstruction
  • Field Details

    • positional

      public boolean positional
    • id

      public LVar id
    • volume

      public LVar volume
    • pitch

      public LVar pitch
    • pan

      public LVar pan
    • x

      public LVar x
    • y

      public LVar y
    • limit

      public LVar limit
  • Constructor Details

    • PlaySoundI

      public PlaySoundI()
    • PlaySoundI

      public PlaySoundI(boolean positional, LVar id, LVar volume, LVar pitch, LVar pan, LVar x, LVar y, LVar limit)
  • Method Details