Table of Contents

Method RemoveFeat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

RemoveFeat(NwFeat, bool)

Removes the specified feat from this creature.

public void RemoveFeat(NwFeat feat, bool removeFeatFromLevelList = false)

Parameters

feat NwFeat

The feat to remove.

removeFeatFromLevelList bool