Table of Contents

Method IsFriend

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsFriend(NwCreature)

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

public bool IsFriend(NwCreature target)

Parameters

target NwCreature

The target creature.

Returns

bool

true if target is a friend, otherwise false.