Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.Script Interface Reference
Inheritance diagram for com.fs.starfarer.api.Script:
[legend]

Public Member Functions

void run ()
 

Detailed Description

Author
Alex Mosolov

Copyright 2012 Fractal Softworks, LLC

Definition at line 8 of file Script.java.

Member Function Documentation

◆ run()

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.


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