pub fn load_character_list(
    player_uuid_: &str,
    connection: &Connection
) -> Result<Vec<CharacterItem>, PersistenceError>
Expand description

Loads a list of characters belonging to the player. This data is a small subset of the character’s data, and is used to render the character and their level in the character list.

In the event that a join fails, for a character (i.e. they lack an entry for stats, body, etc…) the character is skipped, and no entry will be returned.