Table of Contents

Method IsFlanking

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsFlanking(NwCreature)

Gets if this creature is flanking the specified target.

public bool IsFlanking(NwCreature target)

Parameters

target NwCreature

The target creature to check for flanking status.

Returns

bool

True if the creature is flanking the target, otherwise false.