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
LogTile
LogTileArgument
C# Class LogTile.LogTileArgument
ファイルを表示
Open project: NyxStudios/LogTile
Class Usage Examples
Public Methods
Method
Description
LogTileArgument
( ) :
System
SetIP
(
string
i
) :
void
SetPage
(
int
p
) :
void
SetPlayer
(
string
p
) :
void
SetRadius
(
int
r
) :
void
SetSince
(
int
s
) :
void
Method Details
LogTileArgument()
public
method
public
LogTileArgument
( ) :
System
return
System
SetIP()
public
method
public
SetIP
(
string
i
) :
void
i
string
return
void
SetPage()
public
method
public
SetPage
(
int
p
) :
void
p
int
return
void
SetPlayer()
public
method
public
SetPlayer
(
string
p
) :
void
p
string
return
void
SetRadius()
public
method
public
SetRadius
(
int
r
) :
void
r
int
return
void
SetSince()
public
method
public
SetSince
(
int
s
) :
void
s
int
return
void