Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI Interface Reference

Classes

enum  DroneOrders
 

Public Member Functions

JSONObject getSpecJson ()
 
Vector2f getLandingLocation (ShipAPI drone)
 
DroneLauncherShipSystemAPI.DroneOrders getDroneOrders ()
 
int getIndex (ShipAPI drone)
 

Detailed Description

Definition at line 6 of file DroneLauncherShipSystemAPI.java.

Member Function Documentation

◆ getDroneOrders()

DroneLauncherShipSystemAPI.DroneOrders com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getDroneOrders ( )

◆ getIndex()

int com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getIndex ( ShipAPI  drone)

◆ getLandingLocation()

Vector2f com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getLandingLocation ( ShipAPI  drone)
Returns
where this drone should land, if it's being recalled.
Parameters
drone
Returns

◆ getSpecJson()

JSONObject com.fs.starfarer.api.combat.DroneLauncherShipSystemAPI.getSpecJson ( )
Returns
contents of the .system file, in JSON form.

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