Table of Contents

Property this

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

this[int]

Gets or sets the effect parameter value at the specified index.

public T? this[int index] { get; set; }

Parameters

index int

Zero-based parameter index.

Property Value

T

The parameter value at index.

Exceptions

IndexOutOfRangeException

Thrown if index is out of range [0, Count).