|
Starsector API
|
Public Member Functions | |
| boolean | execute (String ruleId, InteractionDialogAPI dialog, List< Token > params, Map< String, MemoryAPI > memoryMap) |
Public Member Functions inherited from com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin | |
| boolean | doesCommandAddOptions () |
| int | getOptionOrder (List< Token > params, Map< String, MemoryAPI > memoryMap) |
Public Member Functions inherited from com.fs.starfarer.api.campaign.rules.CommandPlugin | |
Additional Inherited Members | |
Static Public Member Functions inherited from com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin | |
| static MemoryAPI | getEntityMemory (Map< String, MemoryAPI > memoryMap) |
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
Definition at line 21 of file HighlightComms.java.
| boolean com.fs.starfarer.api.impl.campaign.rulecmd.HighlightComms.execute | ( | String | ruleId, |
| InteractionDialogAPI | dialog, | ||
| List< Token > | params, | ||
| Map< String, MemoryAPI > | memoryMap ) |
Implements com.fs.starfarer.api.campaign.rules.CommandPlugin.
Definition at line 23 of file HighlightComms.java.