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

Reads an Art data with specified index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public TileData..::.Art GetArt(
	int index
)
Public Function GetArt ( _
	index As Integer _
) As TileData..::.Art
public:
TileData..::.Art GetArt(
	int index
)

Parameters

index
Int32
Index between 0 and MaxIndex.

Return Value

New instance of Art filled with read list

Exceptions

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

See Also