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

Static function that reads Land data from specified file at current location.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static TileData..::.Land ReadLand(
	BinaryReader reader
)
Public Shared Function ReadLand ( _
	reader As BinaryReader _
) As TileData..::.Land
public:
static TileData..::.Land ReadLand(
	BinaryReader^ reader
)

Parameters

reader
BinaryReader
Stream to read from.

Return Value

Read data.

See Also