Table of Contents

Method IsFirstLevelGrantedFeat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsFirstLevelGrantedFeat(NwFeat)

Gets if the specified feat is one that is automatically granted by this race at first level.

public bool IsFirstLevelGrantedFeat(NwFeat feat)

Parameters

feat NwFeat

The feat to query.

Returns

bool

True if this is a default granted feat for this race, otherwise false.