C# Class MBC.App.BattleshipConsole.Set

Contains functions for modifying variables within the application.
Mostra file Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
Config ( int idx ) : void

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.

Method Details

Config() public static method

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
return void