Package 

Class ConsoleShowMemoryChanges

  • All Implemented Interfaces:
    com.fs.starfarer.api.campaign.rules.CommandPlugin

    
    public class ConsoleShowMemoryChanges
    extends BaseCommandPlugin
                        
    • Method Summary

      Modifier and Type Method Description
      boolean 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
      • Methods inherited from class com.fs.starfarer.api.campaign.rules.CommandPlugin

        execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • execute

         boolean execute(String ruleId, InteractionDialogAPI dialog, List<Misc.Token> params, Map<String, MemoryAPI> memoryMap)