Function facts_for

Source
pub fn facts_for(
    classified: &[(EntityId, Vec<CombatFact>)],
    entity_id: EntityId,
) -> impl Iterator<Item = CombatFact> + '_
Expand description

The facts about one specific combatant, flattened.