|
Starsector API
|
Public Member Functions | |
| SectorEntityToken | getFocus () |
| void | advance (float amount) |
| void | setEntity (SectorEntityToken entity) |
| OrbitAPI | makeCopy () |
| Vector2f | computeCurrentLocation () |
| float | getOrbitalPeriod () |
| void | updateLocation () |
Copyright 2012 Fractal Softworks, LLC
Definition at line 10 of file OrbitAPI.java.
| void com.fs.starfarer.api.campaign.OrbitAPI.advance | ( | float | amount | ) |
| Vector2f com.fs.starfarer.api.campaign.OrbitAPI.computeCurrentLocation | ( | ) |
| SectorEntityToken com.fs.starfarer.api.campaign.OrbitAPI.getFocus | ( | ) |
| float com.fs.starfarer.api.campaign.OrbitAPI.getOrbitalPeriod | ( | ) |
| OrbitAPI com.fs.starfarer.api.campaign.OrbitAPI.makeCopy | ( | ) |
| void com.fs.starfarer.api.campaign.OrbitAPI.setEntity | ( | SectorEntityToken | entity | ) |
| entity | entity that's doing the orbiting. |
| void com.fs.starfarer.api.campaign.OrbitAPI.updateLocation | ( | ) |