C# Class XCom.xConsole

Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

Méthode Description
AddLine ( string s ) : void
AddToLine ( string s ) : void
Init ( int numLines ) : void
SetLine ( string s ) : void

Private Methods

Méthode Description
makeNodes ( int numLines ) : void
xConsole ( ) : System

Method Details

AddLine() public static méthode

public static AddLine ( string s ) : void
s string
Résultat void

AddToLine() public static méthode

public static AddToLine ( string s ) : void
s string
Résultat void

Init() public static méthode

public static Init ( int numLines ) : void
numLines int
Résultat void

SetLine() public static méthode

public static SetLine ( string s ) : void
s string
Résultat void