Skip to main content

validate_effect_index

Function validate_effect_index 

Source
pub(crate) fn validate_effect_index(
    spell_id: SpellId,
    effect_index: u8,
    effects: &[SpellEffect],
) -> Result<SpellEffect, ResolverError>