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