Method GetLeastDamagedMember
GetLeastDamagedMember(NwCreature?, bool)
Gets the least damaged member in this faction that is visible from the specified object.
public NwCreature GetLeastDamagedMember(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.