Table of Contents

Method GetFeatRemainingUses

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetFeatRemainingUses(NwFeat)

Gets the remaining uses available for the specified feat.

public int GetFeatRemainingUses(NwFeat feat)

Parameters

feat NwFeat

The feat to query.

Returns

int

The amount of remaining uses. If the feat has unlimited uses, returns int.MaxValue.