Table of Contents

Class EffectParams<T>

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Represents an array of Effect parameters.

public sealed class EffectParams<T> : IReadOnlyList<T?>, IReadOnlyCollection<T?>, IEnumerable<T?>, IEnumerable

Type Parameters

T

The parameter type.

Inheritance
EffectParams<T>
Implements
Inherited Members
Extension Methods

Properties

Count

Gets the number of parameters.

this[int]

Gets the element at the specified index in the read-only list.

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.