Method GetFeatTotalUses
GetFeatTotalUses(NwFeat)
Gets the max/total amount of times the specified feat can be used.
public int GetFeatTotalUses(NwFeat feat)
Parameters
featNwFeatThe feat to query.
Returns
- int
The total feat uses. If the feat has unlimited uses, returns int.MaxValue.