Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.characters.ShipSkillEffect Interface Reference
Inheritance diagram for com.fs.starfarer.api.characters.ShipSkillEffect:
[legend]
Collaboration diagram for com.fs.starfarer.api.characters.ShipSkillEffect:
[legend]

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 ()
 

Detailed Description

Author
Alex Mosolov

Copyright 2012 Fractal Softworks, LLC

Definition at line 11 of file ShipSkillEffect.java.

Member Function Documentation

◆ apply()

void com.fs.starfarer.api.characters.ShipSkillEffect.apply ( MutableShipStatsAPI  stats,
HullSize  hullSize,
String  id,
float  level 
)

◆ unapply()

void com.fs.starfarer.api.characters.ShipSkillEffect.unapply ( MutableShipStatsAPI  stats,
HullSize  hullSize,
String  id 
)

The documentation for this interface was generated from the following file: