Table of Contents

Method IsEnemy

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsEnemy(NwCreature)

Gets a value indicating whether this creature considers the target as a friend.

public bool IsEnemy(NwCreature target)

Parameters

target NwCreature

The target creature.

Returns

bool

true if target is an enemy, otherwise false.