Package com.fs.starfarer.api
Interface Script
- All Known Implementing Classes:
GAFCReplaceArchon
,RemnantGhost
,ShipGhost
public interface Script
- Author:
- Alex Mosolov Copyright 2012 Fractal Softworks, LLC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
An aribtrary script that can be run by the game engine.
-
Method Details
-
run
void 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.
-