Table of Contents

Method IncrementRemainingFeatUses

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IncrementRemainingFeatUses(NwFeat, int)

Increment the remaining uses per day for this (creature) by the specified amount.
Total number of feats uses per-day cannot exceed the creature's standard maximum.

public void IncrementRemainingFeatUses(NwFeat feat, int amount = 1)

Parameters

feat NwFeat

The n/day feat to add uses.

amount int

The amount of uses to add.