Starsector API
Loading...
Searching...
No Matches
ShipSystemStatsScriptAdvanced.java
Go to the documentation of this file.
1package com.fs.starfarer.api.plugins;
2
3import com.fs.starfarer.api.combat.ShipAPI;
4import com.fs.starfarer.api.combat.ShipSystemAPI;
5
6
8
9 boolean isUsable(ShipSystemAPI system, ShipAPI ship);
10
15 String getInfoText(ShipSystemAPI system, ShipAPI ship);
16}
boolean isUsable(ShipSystemAPI system, ShipAPI ship)
String getInfoText(ShipSystemAPI system, ShipAPI ship)