Table of Contents

Method Regenerate

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Regenerate(int, TimeSpan)

Creates a regeneration effect that will cause the target to heal the specified amount at each interval.

public static Effect Regenerate(int amountPerInterval, TimeSpan interval)

Parameters

amountPerInterval int

The amount to heal.

interval TimeSpan

The interval at which the healing is applied.

Returns

Effect