Property PartyMembers
PartyMembers
Gets all players in this player's party (including themself).
Associates are not included. Use LoginCreature.Faction.GetMembers() for a list of all party members, including associate creatures.
public IEnumerable<NwPlayer> PartyMembers { get; }