Method GetStrongestMember
GetStrongestMember(NwCreature?, bool)
Gets the strongest member in this faction that is visible from the specified object.
public NwCreature GetStrongestMember(NwCreature? referenceCreature = null, bool visible = false)
Parameters
referenceCreatureNwCreatureThe reference creature. Bonuses and penalties against the reference creature will be considered when finding the strongest member.
visibleboolHighly recommended to set to "true" on large NPC factions. Includes only creatures visible to referenceCreature.