Skip to main content

enrich_spell_name_map

Function enrich_spell_name_map 

Source
pub(crate) async fn enrich_spell_name_map(
    map: &mut FastMap<u32, String>,
    action_ids: impl IntoIterator<Item = u32>,
    resolver: &DynDataResolver<'_>,
)