Method GetMembers
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.