C# Class Server.Commands.Add.TileState

ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
m_Args string[]
m_FixedZ int
m_Outline bool
m_ZType TileZType

Public Methods

Method Description
TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System

Method Details

TileState() public method

public TileState ( TileZType zType, int fixedZ, string args, bool outline ) : System
zType TileZType
fixedZ int
args string
outline bool
return System

Property Details

m_Args public_oe property

public string[] m_Args
return string[]

m_FixedZ public_oe property

public int m_FixedZ
return int

m_Outline public_oe property

public bool m_Outline
return bool

m_ZType public_oe property

public TileZType m_ZType
return TileZType