Uses of Interface
com.fs.starfarer.api.combat.AssignmentTargetAPI
Packages that use AssignmentTargetAPI
-
Uses of AssignmentTargetAPI in com.fs.starfarer.api.combat
Subinterfaces of AssignmentTargetAPI in com.fs.starfarer.api.combatModifier and TypeInterfaceDescriptioninterface
interface
Used in combat to relate a deployed ship or fighter wing to the associated FleetMemberAPI.Methods in com.fs.starfarer.api.combat that return AssignmentTargetAPIModifier and TypeMethodDescriptionCombatFleetManagerAPI.createWaypoint
(org.lwjgl.util.vector.Vector2f location, boolean ally) CombatTaskManagerAPI.createWaypoint2
(org.lwjgl.util.vector.Vector2f loc, boolean ally) CombatTaskManagerAPI.getAssignmentTargetFor
(ShipAPI ship) CombatFleetManagerAPI.AssignmentInfo.getTarget()
Methods in com.fs.starfarer.api.combat with parameters of type AssignmentTargetAPIModifier and TypeMethodDescriptionCombatTaskManagerAPI.createAssignment
(CombatAssignmentType type, AssignmentTargetAPI target, boolean useCommandPoint) target should be one of: BattleObjectiveAPI DeployedFleetMemberAPI the result of createWaypoint()CombatTaskManagerAPI.getAssignmentInfoForTarget
(AssignmentTargetAPI target)