C# Class XCom.xConsole

Mostrar archivo Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
AddLine ( string s ) : void
AddToLine ( string s ) : void
Init ( int numLines ) : void
SetLine ( string s ) : void

Private Methods

Method Description
makeNodes ( int numLines ) : void
xConsole ( ) : System

Method Details

AddLine() public static method

public static AddLine ( string s ) : void
s string
return void

AddToLine() public static method

public static AddToLine ( string s ) : void
s string
return void

Init() public static method

public static Init ( int numLines ) : void
numLines int
return void

SetLine() public static method

public static SetLine ( string s ) : void
s string
return void