[This is preliminary documentation and is subject to change.]

Writes a Land data with specified index.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetLand(
	int index,
	TileData..::.Land land
)
Public Sub SetLand ( _
	index As Integer, _
	land As TileData..::.Land _
)
public:
void SetLand(
	int index, 
	TileData..::.Land land
)

Parameters

index
Int32
Index between 0 and MaxIndex.
land
TileData..::.Land
Data to write.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also