Uses of Interface
com.fs.starfarer.api.campaign.comm.CommMessageAPI
Packages that use CommMessageAPI
Package
Description
-
Uses of CommMessageAPI in com.fs.starfarer.api
Methods in com.fs.starfarer.api that return CommMessageAPI -
Uses of CommMessageAPI in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign with parameters of type CommMessageAPIModifier and TypeMethodDescriptionvoid
OnMessageDeliveryScript.beforeDelivery
(CommMessageAPI message) Called before shouldDeliver(), so can be used to determine whether the message should be delivered. -
Uses of CommMessageAPI in com.fs.starfarer.api.impl.campaign
Fields in com.fs.starfarer.api.impl.campaign declared as CommMessageAPIMethods in com.fs.starfarer.api.impl.campaign with parameters of type CommMessageAPIModifier and TypeMethodDescriptionstatic void
CoreReputationPlugin.addAdjustmentMessage
(float delta, FactionAPI faction, PersonAPI person, CommMessageAPI message, TextPanelAPI panel, TooltipMakerAPI info, Color tc, boolean withCurrent, float pad) static void
CoreReputationPlugin.addAdjustmentMessage
(float delta, FactionAPI faction, PersonAPI person, CommMessageAPI message, TextPanelAPI panel, TooltipMakerAPI info, Color tc, boolean withCurrent, float pad, String reason) static void
CoreReputationPlugin.addNoChangeMessage
(float deltaSign, FactionAPI faction, PersonAPI person, CommMessageAPI message, TextPanelAPI panel, TooltipMakerAPI info, Color tc, boolean withCurrent, float pad) static void
CoreReputationPlugin.addNoChangeMessage
(float deltaSign, FactionAPI faction, PersonAPI person, CommMessageAPI message, TextPanelAPI panel, TooltipMakerAPI info, Color tc, boolean withCurrent, float pad, String reason) Constructors in com.fs.starfarer.api.impl.campaign with parameters of type CommMessageAPIModifierConstructorDescriptionRepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage) RepActionEnvelope
(CoreReputationPlugin.RepActions action, Object param, CommMessageAPI message, TextPanelAPI textPanel, boolean addMessageOnNoChange, boolean withMessage, String reason) -
Uses of CommMessageAPI in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util that return CommMessageAPIModifier and TypeMethodDescriptionstatic CommMessageAPI
FleetLog.beginEntry
(String subject, SectorEntityToken target) static CommMessageAPI
FleetLog.beginEntry
(String subject, SectorEntityToken target, Color color, Color highlight, String... highlights) static CommMessageAPI
FleetLog.beginEntry
(String subject, SectorEntityToken target, Color highlight, String... highlights) Methods in com.fs.starfarer.api.util with parameters of type CommMessageAPIModifier and TypeMethodDescriptionstatic void
FleetLog.addToLog
(CommMessageAPI message, TextPanelAPI panel)