Table of Contents

Method GetMembers

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetMembers()

Gets all creatures that are members of this faction.

public List<NwCreature> GetMembers()

Returns

List<NwCreature>

All creatures in this faction.

Remarks

Warning

This can be a costly operation when used on large NPC factions.