Method IsFlanking
IsFlanking(NwCreature)
Gets if this creature is flanking the specified target.
public bool IsFlanking(NwCreature target)
Parameters
targetNwCreatureThe target creature to check for flanking status.
Returns
- bool
True if the creature is flanking the target, otherwise false.