C# Class FSO.Client.Rendering.City.LotTileEntry

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
cost int
flags byte
lotid int
name string
x short
y short

Public Methods

Method Description
LotTileEntry ( int Lotid, string Name, short X, short Y, byte Flags, int Cost ) : System

Method Details

LotTileEntry() public method

public LotTileEntry ( int Lotid, string Name, short X, short Y, byte Flags, int Cost ) : System
Lotid int
Name string
X short
Y short
Flags byte
Cost int
return System

Property Details

cost public_oe property

public int cost
return int

flags public_oe property

public byte flags
return byte

lotid public_oe property

public int lotid
return int

name public_oe property

public string name
return string

x public_oe property

public short x
return short

y public_oe property

public short y
return short