Class HighlightComms
java.lang.Object
com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
com.fs.starfarer.api.impl.campaign.rulecmd.HighlightComms
- All Implemented Interfaces:
CommandPlugin
HighlightComms
Changes the "open comm link" option to a yellow color. Undecided whether it's good to use this; creates the
expectation that comms are pointless unless highlighted.
So, probably: only highlight comes (via other means) when the player is being hailed. See: HailPlayer.
Copyright 2020 Fractal Softworks, LLC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap) Methods inherited from class com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
doesCommandAddOptions, getEntityMemory, getOptionOrder
-
Constructor Details
-
HighlightComms
public HighlightComms()
-
-
Method Details
-
execute
public boolean execute(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap)
-