Starsector API
Loading...
Searching...
No Matches
WeaponOPCostModifier.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.combat.listeners;
2
3
import
com.fs.starfarer.api.combat.MutableShipStatsAPI;
4
import
com.fs.starfarer.api.loading.WeaponSpecAPI;
5
16
public
interface
WeaponOPCostModifier
{
17
int
getWeaponOPCost
(
MutableShipStatsAPI
stats, WeaponSpecAPI weapon,
int
currCost);
18
}
com.fs.starfarer.api.combat.MutableShipStatsAPI
Definition
MutableShipStatsAPI.java:15
com.fs.starfarer.api.combat.listeners.WeaponOPCostModifier
Definition
WeaponOPCostModifier.java:16
com.fs.starfarer.api.combat.listeners.WeaponOPCostModifier.getWeaponOPCost
int getWeaponOPCost(MutableShipStatsAPI stats, WeaponSpecAPI weapon, int currCost)
src
com
fs
starfarer
api
combat
listeners
WeaponOPCostModifier.java
Generated by
1.9.8