Table of Contents

Method GetFeatTotalUses

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetFeatTotalUses(NwFeat)

Gets the max/total amount of times the specified feat can be used.

public int GetFeatTotalUses(NwFeat feat)

Parameters

feat NwFeat

The feat to query.

Returns

int

The total feat uses. If the feat has unlimited uses, returns int.MaxValue.