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

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
cost int
flags byte
lotid int
name string
x short
y short

Méthodes publiques

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

Method Details

LotTileEntry() public méthode

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
Résultat System

Property Details

cost public_oe property

public int cost
Résultat int

flags public_oe property

public byte flags
Résultat byte

lotid public_oe property

public int lotid
Résultat int

name public_oe property

public string name
Résultat string

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short