Table of Contents

Method GetTileInfoByIndex

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetTileInfoByIndex(int)

Gets the specified tile info by its index.

public TileInfo GetTileInfoByIndex(int index)

Parameters

index int

The tile index to query.

Returns

TileInfo

A structure containing the associated tile info.

Remarks

For example, a 3x3 area has the following tile indexes:
6 7 8
3 4 5
0 1 2