Table of Contents

Property Index

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Index

The index of the tile to be changed.

[JsonProperty("index")]
public int Index { get; set; }

Property Value

int

Remarks

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