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

Public Member Functions

void cleanup ()
 
- Public Member Functions inherited from com.fs.starfarer.api.EveryFrameScript
boolean isDone ()
 
boolean runWhilePaused ()
 
void advance (float amount)
 

Detailed Description

Definition at line 3 of file EveryFrameScriptWithCleanup.java.

Member Function Documentation

◆ cleanup()

void com.fs.starfarer.api.EveryFrameScriptWithCleanup.cleanup ( )

Called when an entity that has this script attached to it is removed from the campaign engine.


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