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

Public Member Functions

void apply (MutableCharacterStatsAPI stats, String id, float level)
 
void unapply (MutableCharacterStatsAPI stats, 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 9 of file CharacterStatsSkillEffect.java.

Member Function Documentation

◆ apply()

void com.fs.starfarer.api.characters.CharacterStatsSkillEffect.apply ( MutableCharacterStatsAPI  stats,
String  id,
float  level 
)

◆ unapply()

void com.fs.starfarer.api.characters.CharacterStatsSkillEffect.unapply ( MutableCharacterStatsAPI  stats,
String  id 
)

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