C# 클래스 MBC.App.BattleshipConsole.Show

Contains functions for showing various information loaded in the application.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
Config ( int idx ) : void

Shows the Configuration settings that are available and their current values to the console.

Controllers ( int idx ) : void

Shows the Core.ControllerSkeleton that has been loaded into Input

ProperLine ( int cursorLeft, string txt ) : void

Writes a string of text in the console indented at cursorLeft with no breaks in each word that is in the txt.

메소드 상세

Config() 공개 정적인 메소드

Shows the Configuration settings that are available and their current values to the console.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
리턴 void

Controllers() 공개 정적인 메소드

Shows the Core.ControllerSkeleton that has been loaded into Input
public static Controllers ( int idx ) : void
idx int The current index of the parameter stream.
리턴 void

ProperLine() 공개 정적인 메소드

Writes a string of text in the console indented at cursorLeft with no breaks in each word that is in the txt.
public static ProperLine ( int cursorLeft, string txt ) : void
cursorLeft int The column on the console to write to.
txt string A string of text that is to be written.
리턴 void