Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Server
TileList
C# Class Server.TileList
显示文件
Open project: Grimoric/RunUO.T2A
Class Usage Examples
Public Methods
Method
Description
Add
(
ushort
id
,
sbyte
z
) :
void
AddRange
(
Server.StaticTile
tiles
) :
void
TileList
( )
ToArray
( ) :
Server.StaticTile[]
Method Details
Add()
public
method
public
Add
(
ushort
id
,
sbyte
z
) :
void
id
ushort
z
sbyte
return
void
AddRange()
public
method
public
AddRange
(
Server.StaticTile
tiles
) :
void
tiles
Server.StaticTile
return
void
TileList()
public
method
public
TileList
( )
ToArray()
public
method
public
ToArray
( ) :
Server.StaticTile[]
return
Server.StaticTile[]