Uses of Enum Class
com.fs.starfarer.api.combat.CombatAssignmentType
Packages that use CombatAssignmentType
-
Uses of CombatAssignmentType in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return CombatAssignmentTypeModifier and TypeMethodDescriptionCombatFleetManagerAPI.AssignmentInfo.getType()
static CombatAssignmentType
Returns the enum constant of this class with the specified name.static CombatAssignmentType[]
CombatAssignmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.combat with parameters of type CombatAssignmentTypeModifier and TypeMethodDescriptionCombatTaskManagerAPI.createAssignment
(CombatAssignmentType type, AssignmentTargetAPI target, boolean useCommandPoint) target should be one of: BattleObjectiveAPI DeployedFleetMemberAPI the result of createWaypoint()