Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.campaign.OrbitAPI Interface Reference

Public Member Functions

SectorEntityToken getFocus ()
 
void advance (float amount)
 
void setEntity (SectorEntityToken entity)
 
OrbitAPI makeCopy ()
 
Vector2f computeCurrentLocation ()
 
float getOrbitalPeriod ()
 
void updateLocation ()
 

Detailed Description

Author
Alex Mosolov

Copyright 2012 Fractal Softworks, LLC

Definition at line 10 of file OrbitAPI.java.

Member Function Documentation

◆ advance()

void com.fs.starfarer.api.campaign.OrbitAPI.advance ( float  amount)

◆ computeCurrentLocation()

Vector2f com.fs.starfarer.api.campaign.OrbitAPI.computeCurrentLocation ( )

◆ getFocus()

SectorEntityToken com.fs.starfarer.api.campaign.OrbitAPI.getFocus ( )

◆ getOrbitalPeriod()

float com.fs.starfarer.api.campaign.OrbitAPI.getOrbitalPeriod ( )

◆ makeCopy()

OrbitAPI com.fs.starfarer.api.campaign.OrbitAPI.makeCopy ( )

◆ setEntity()

void com.fs.starfarer.api.campaign.OrbitAPI.setEntity ( SectorEntityToken  entity)
Parameters
entityentity that's doing the orbiting.

◆ updateLocation()

void com.fs.starfarer.api.campaign.OrbitAPI.updateLocation ( )

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