Package com.fs.starfarer.api.combat
Interface WeaponGroupAPI
public interface WeaponGroupAPI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addWeaponAPI
(WeaponAPI weapon) getAutofirePlugin
(WeaponAPI weapon) getShip()
getType()
boolean
boolean
isUsingDefaultAI
(WeaponAPI weapon) removeWeapon
(int index) void
setType
(WeaponGroupType type) void
void
toggleOn()
-
Method Details
-
isAutofiring
boolean isAutofiring() -
toggleOn
void toggleOn() -
toggleOff
void toggleOff() -
getWeaponsCopy
-
getType
WeaponGroupType getType() -
setType
-
getShip
ShipAPI getShip() -
getActiveWeapon
WeaponAPI getActiveWeapon() -
getAIPlugins
List<AutofireAIPlugin> getAIPlugins() -
getAutofirePlugin
-
isUsingDefaultAI
-
removeWeapon
-
addWeaponAPI
-