Table of Contents

Method FromFeatId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromFeatId(int)

Resolves a NwFeat from a feat id.

public static NwFeat? FromFeatId(int featId)

Parameters

featId int

The id of the feat to resolve.

Returns

NwFeat

The associated NwFeat instance. Null if the feat id is invalid.