Starsector API
|
Public Member Functions | |
void | run () |
Copyright 2012 Fractal Softworks, LLC
Definition at line 8 of file Script.java.
void com.fs.starfarer.api.Script.run | ( | ) |
An aribtrary script that can be run by the game engine.
Should return quickly since it will be executed on the main thread and could otherwise hold up the game.
Implemented in com.fs.starfarer.api.impl.campaign.ghosts.types.RemnantGhost, com.fs.starfarer.api.impl.campaign.ghosts.types.ShipGhost, and com.fs.starfarer.api.impl.campaign.missions.academy.GAFCReplaceArchon.