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

Writes an Art with specified index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetArt(
	int index,
	TileData..::.Art art
)
Public Sub SetArt ( _
	index As Integer, _
	art As TileData..::.Art _
)
public:
void SetArt(
	int index, 
	TileData..::.Art art
)

Parameters

index
Int32
Index between 0 and MaxIndex.
art
TileData..::.Art
Data to write

Exceptions

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

See Also