C# Class MBC.App.BattleshipConsole.Help

Provides functions to display help information to the console.
Datei anzeigen Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
Commands ( int idx ) : void

Displays the Input.CommandDescriptions of all existing commands.

Method Details

Commands() public static method

Displays the Input.CommandDescriptions of all existing commands.
public static Commands ( int idx ) : void
idx int The current index of the parameter stream.
return void