|
Starsector API
|
Inherits com.fs.starfarer.api.characters.LevelBasedEffect.
Inherited by com.fs.starfarer.api.characters.AfterShipCreationSkillEffect.
Public Member Functions | |
| void | apply (MutableShipStatsAPI stats, HullSize hullSize, String id, float level) |
| void | unapply (MutableShipStatsAPI stats, HullSize hullSize, String id) |
Public Member Functions inherited from com.fs.starfarer.api.characters.LevelBasedEffect | |
| String | getEffectDescription (float level) |
| String | getEffectPerLevelDescription () |
| ScopeDescription | getScopeDescription () |
Copyright 2012 Fractal Softworks, LLC
Definition at line 11 of file ShipSkillEffect.java.
| void com.fs.starfarer.api.characters.ShipSkillEffect.apply | ( | MutableShipStatsAPI | stats, |
| HullSize | hullSize, | ||
| String | id, | ||
| float | level ) |
| void com.fs.starfarer.api.characters.ShipSkillEffect.unapply | ( | MutableShipStatsAPI | stats, |
| HullSize | hullSize, | ||
| String | id ) |