Skip to main content

update_recharge_slot

Function update_recharge_slot 

Source
fn update_recharge_slot(
    buf: &mut DenseBuffer,
    spell: &SpellData,
    now_s: f64,
    old_rate: f64,
    new_rate: f64,
    deadlines: ActiveCooldownDeadlines,
) -> (Option<f64>, Option<f64>)