pub async fn resolve_paperdoll(
catalog: &ContentCatalog,
sim_config: &str,
level: u32,
is_male: bool,
resolver: &DynDataResolver<'_>,
) -> Result<ResolvedPaperdoll, ApplicationError>Expand description
Resolve a character profile (sim config) into a ResolvedPaperdoll for tooltip scaling.