Class LExecutor.SpawnBulletI

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

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

    • result

      public LVar result
    • from

      public LVar from
    • weapon

      public LVar weapon
    • x

      public LVar x
    • y

      public LVar y
    • rotation

      public LVar rotation
    • team

      public LVar team
    • owner

      public LVar owner
    • damage

      public LVar damage
    • velocityScl

      public LVar velocityScl
    • lifeScl

      public LVar lifeScl
    • aimX

      public LVar aimX
    • aimY

      public LVar aimY
  • Constructor Details

  • Method Details