Table of Contents

Method IsCreatureSeen

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsCreatureSeen(NwCreature)

Gets whether this creature can see the specified creature.

public bool IsCreatureSeen(NwCreature creature)

Parameters

creature NwCreature

The creature to test visibility.

Returns

bool

True if the creature is visible by this creature, otherwise false.