Table of Contents

Method SetFeatRemainingUses

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetFeatRemainingUses(NwFeat, byte)

Sets the remaining uses available for the specified feat.
Cannot exceed the creature's total/max uses of the feat.

public void SetFeatRemainingUses(NwFeat feat, byte remainingUses)

Parameters

feat NwFeat

The feat to change.

remainingUses byte

The new number of uses remaining.