Table of Contents

Method ActionUseFeat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionUseFeat(NwFeat, NwGameObject, Subfeat)

Instructs this creature to use the specified feat on the target object.

public Task ActionUseFeat(NwFeat feat, NwGameObject target, Subfeat subFeat = Subfeat.None)

Parameters

feat NwFeat

The feat to use.

target NwGameObject

The target object for the feat.

subFeat Subfeat

For some specific feats, the subtype to use. E.g. Wild shape

Returns

Task

Remarks

This action cannot be used on PCs.

ActionUseFeat(NwFeat, Location, Subfeat)

Instructs this creature to use the specified feat at the target location.

public Task ActionUseFeat(NwFeat feat, Location target, Subfeat subFeat = Subfeat.None)

Parameters

feat NwFeat

The feat to use.

target Location

The target location for the feat.

subFeat Subfeat

For some specific feats, the subtype to use. E.g. Wild shape

Returns

Task

Remarks

This action cannot be used on PCs.