Table of Contents

Method HasFeatPrepared

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

HasFeatPrepared(NwFeat)

Returns true if this creature knows the specified NwFeat, and can use it.
Use KnowsFeat(NwFeat) to simply check if a creature knows NwFeat, but may or may not have uses remaining.

public bool HasFeatPrepared(NwFeat feat)

Parameters

feat NwFeat

Returns

bool