Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
XCom
xConsole
C# Class XCom.xConsole
ファイルを表示
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