Package com.fs.starfarer.api
Interface EveryFrameScriptWithCleanup
- All Superinterfaces:
EveryFrameScript
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
Called when an entity that has this script attached to it is removed from the campaign engine.Methods inherited from interface com.fs.starfarer.api.EveryFrameScript
advance, isDone, runWhilePaused
-
Method Details
-
cleanup
void cleanup()Called when an entity that has this script attached to it is removed from the campaign engine.
-