Skip to main content

power_cost_row

Function power_cost_row 

Source
fn power_cost_row<'a, S>(
    spell: &'a SpellDataFlat,
    resource_type: i32,
    active_aura_spell_ids: &HashSet<i32, S>,
) -> Option<&'a PowerCostEntry>
where S: BuildHasher,