Function veloren_server::persistence::character::conversions::convert_skill_set_from_database
source ยท pub fn convert_skill_set_from_database(
skill_groups: &[SkillGroup],
) -> (SkillSet, Option<SkillsPersistenceError>)
Expand description
NOTE: This does not return an error on failure, since we can partially recover from some failures. Instead, it returns the error in the second return value; make sure to handle it if present!