|
Starsector API
|
Public Member Functions | |
| float | getBase () |
| void | setBase (float base) |
| float | getCurr () |
| void | shift (Object source, float to, float durIn, float durOut, float shift) |
| void | advance (float amount) |
Definition at line 3 of file ValueShifterAPI.java.
| void com.fs.starfarer.api.util.ValueShifterAPI.advance | ( | float | amount | ) |
Implemented in com.fs.starfarer.api.util.ValueShifterUtil.
| float com.fs.starfarer.api.util.ValueShifterAPI.getBase | ( | ) |
Implemented in com.fs.starfarer.api.util.ValueShifterUtil.
| float com.fs.starfarer.api.util.ValueShifterAPI.getCurr | ( | ) |
Implemented in com.fs.starfarer.api.util.ValueShifterUtil.
| void com.fs.starfarer.api.util.ValueShifterAPI.setBase | ( | float | base | ) |
Implemented in com.fs.starfarer.api.util.ValueShifterUtil.
| void com.fs.starfarer.api.util.ValueShifterAPI.shift | ( | Object | source, |
| float | to, | ||
| float | durIn, | ||
| float | durOut, | ||
| float | shift ) |
Durations are in seconds, NOT days.
| source | |
| to | |
| durIn | |
| durOut | |
| shift |
Implemented in com.fs.starfarer.api.util.ValueShifterUtil.