Class Actor
java.lang.Object
com.fs.starfarer.api.impl.campaign.eventide.Actor
-
Field Details
-
currAction
-
nextAction
-
facing
public float facing -
loc
public org.lwjgl.util.vector.Vector2f loc -
maxHealth
public int maxHealth -
health
public int health -
texId
-
actionRemap1
-
actionRemap2
-
actionSpeedMult
-
freeze
protected float freeze
-
-
Constructor Details
-
Actor
public Actor() -
Actor
-
-
Method Details
-
getActionId
-
endCurrentAnimation
public void endCurrentAnimation() -
freeze
public void freeze(float sec) -
advance
public void advance(float amount) -
getCurrentFrame
-
doAction
-
render
public void render(float alphaMult)
-