Table of Contents

Method DecrementRemainingFeatUses

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DecrementRemainingFeatUses(NwFeat, int)

Decrements the remaining number of uses of a particular feat for this creature by the specified amount.
You must have at least one feat use remaining to be able to decrement it.
Passive feats, and feats that can be used unlimited times per day, cannot be decremented or suppressed.

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

Parameters

feat NwFeat

The n/day feat to decrement uses.

amount int

The amount of uses to decrement.