Method GetMostDamagedMember
GetMostDamagedMember(NwCreature?, bool)
Gets the most damaged member in this faction that is visible from the specified object.
public NwCreature GetMostDamagedMember(NwCreature? referenceCreature = null, bool visible = false)
Parameters
referenceCreatureNwCreatureThe reference creature, used to determine visibility.
visibleboolHighly recommended to set to "true" on large NPC factions. Includes only creatures visible to referenceCreature.