Project Hoshimi Documented Class Library
Cell Constructor (X, Y, oAreaType)
NamespacesPH.MapCellCell(Int32, Int32, AreaSpeed)
Initializes a new instance of the Cell class.
Declaration Syntax
C#Visual BasicVisual C++
public Cell(
	int X,
	int Y,
	AreaSpeed oAreaType
)
Public Sub New ( _
	X As Integer, _
	Y As Integer, _
	oAreaType As AreaSpeed _
)
public:
Cell(
	int X, 
	int Y, 
	AreaSpeed oAreaType
)
Parameters
X (Int32)
Y (Int32)
oAreaType (AreaSpeed)
Remarks

[Missing <remarks> documentation for M:PH.Map.Cell.#ctor(System.Int32,System.Int32,PH.Map.AreaSpeed)]

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0