Method GetAssociate
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
associateTypeAssociateTypeThe type of associate to locate.
Returns
- NwCreature
The associated creature, otherwise null if this creature does not have an associate of the specified type.