Package com.fs.starfarer.api.util
Class FleetLog
java.lang.Object
com.fs.starfarer.api.util.FleetLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addToLog
(CommMessageAPI message, TextPanelAPI panel) static CommMessageAPI
beginEntry
(String subject, SectorEntityToken target) static CommMessageAPI
beginEntry
(String subject, SectorEntityToken target, Color color, Color highlight, String... highlights) static CommMessageAPI
beginEntry
(String subject, SectorEntityToken target, Color highlight, String... highlights)
-
Constructor Details
-
FleetLog
public FleetLog()
-
-
Method Details
-
beginEntry
-
beginEntry
public static CommMessageAPI beginEntry(String subject, SectorEntityToken target, Color highlight, String... highlights) -
beginEntry
public static CommMessageAPI beginEntry(String subject, SectorEntityToken target, Color color, Color highlight, String... highlights) -
addToLog
-