Table of Contents

Method AddFeat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddFeat(NwFeat)

Gives this creature the specified feat.
Consider using the AddFeat(NwFeat, int) overload to properly allocate the feat to a level.

public void AddFeat(NwFeat feat)

Parameters

feat NwFeat

The feat to give.

AddFeat(NwFeat, int)

Gives this creature the specified feat at a level.
Consider using the AddFeat(NwFeat, int) overload to properly allocate the feat to a level.

public void AddFeat(NwFeat feat, int level)

Parameters

feat NwFeat

The feat to give.

level int

The level the feat was gained.