Table of Contents

Property ArrayIndex

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

ArrayIndex

Get the array index of the current event.
This can be used to get the index into an array, for example when rendering lists of buttons.
Returns -1 if the event is not originating from within an array.

public int ArrayIndex { get; }

Property Value

int