Class SingleBlindCommand

java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.SingleBlindCommand

public class SingleBlindCommand extends ServerCommand
Allows a bot to see all units via /singleblind command. Toggle. Does not work on human players.
Since:
July 3, 2022, 9:00pm
  • Constructor Details

  • Method Details

    • run

      public void run(int connId, String... args)
      Run this command with the arguments supplied
      Specified by:
      run in class ServerCommand