Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UOJS
Network
GameProxy.TileInfo
C# Class UOJS.Network.GameProxy.TileInfo
Show file
Open project: kevinhikaruevans/uojs
Public Properties
Property
Type
Description
ID
int
IsLand
bool
Public Methods
Method
Description
TileInfo
(
bool
land
,
int
id
,
int
z
,
int
hue
) :
System
Method Details
TileInfo()
public
method
public
TileInfo
(
bool
land
,
int
id
,
int
z
,
int
hue
) :
System
land
bool
id
int
z
int
hue
int
return
System
Property Details
ID
public property
public
int
ID
return
int
IsLand
public property
public
bool
IsLand
return
bool