Function veloren_server::character_creator::create_character
source ยท pub fn create_character(
entity: Entity,
player_uuid: String,
character_alias: String,
character_mainhand: Option<String>,
character_offhand: Option<String>,
body: Body,
hardcore: bool,
character_updater: &mut WriteExpect<'_, CharacterUpdater>,
waypoint: Option<Waypoint>,
) -> Result<(), CreationError>