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

Public Member Functions

void applyEffectsAfterShipCreation (ShipAPI ship, String id)
 
void unapplyEffectsAfterShipCreation (ShipAPI ship, String id)
 
- Public Member Functions inherited from com.fs.starfarer.api.characters.ShipSkillEffect
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 10 of file AfterShipCreationSkillEffect.java.

Member Function Documentation

◆ applyEffectsAfterShipCreation()

void com.fs.starfarer.api.characters.AfterShipCreationSkillEffect.applyEffectsAfterShipCreation ( ShipAPI  ship,
String  id 
)

◆ unapplyEffectsAfterShipCreation()

void com.fs.starfarer.api.characters.AfterShipCreationSkillEffect.unapplyEffectsAfterShipCreation ( ShipAPI  ship,
String  id 
)

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