Class GBGoAwayFromFixed

java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBGoAwayFromFixed
All Implemented Interfaces:
GhostBehavior

public class GBGoAwayFromFixed extends BaseGhostBehavior
Direction to go in is fixed when behavior starts.
  • Field Details

    • dirSet

      protected boolean dirSet
    • dir

      protected float dir
    • from

      protected SectorEntityToken from
    • maxBurn

      protected int maxBurn
  • Constructor Details

    • GBGoAwayFromFixed

      public GBGoAwayFromFixed(float duration, SectorEntityToken from, int maxBurn)
  • Method Details