C# Class Server.Commands.Add.TileState

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Свойство Type Description
m_Args string[]
m_FixedZ int
m_Outline bool
m_ZType TileZType

Méthodes publiques

Méthode Description
TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System

Method Details

TileState() public méthode

public TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System
zType TileZType
fixedZ int
args string
outline bool
Résultat System

Property Details

m_Args public_oe property

public string[] m_Args
Résultat string[]

m_FixedZ public_oe property

public int m_FixedZ
Résultat int

m_Outline public_oe property

public bool m_Outline
Résultat bool

m_ZType public_oe property

public TileZType m_ZType
Résultat TileZType