Table of Contents

Method GetAssociate

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetAssociate(AssociateType)

Gets the first associate of this creature with the matching associate type.
See Henchmen for getting a list of all henchmen associated with this creature. See Associates for getting a list of all creatures associated with this creature.

public NwCreature? GetAssociate(AssociateType associateType)

Parameters

associateType AssociateType

The type of associate to locate.

Returns

NwCreature

The associated creature, otherwise null if this creature does not have an associate of the specified type.